public final class MethodHandlePropertyHandle<T> extends Object implements PropertyHandle<T>
| Constructor and Description |
|---|
MethodHandlePropertyHandle(String name,
Member member,
MethodHandle getter) |
public MethodHandlePropertyHandle(String name, Member member, MethodHandle getter)
public String getName()
getName in interface PropertyHandle<T>public T get(Object thiz)
get in interface PropertyHandle<T>public int hashCode()
hashCode in interface PropertyHandle<T>hashCode in class Objectpublic boolean equals(Object obj)
equals in interface PropertyHandle<T>equals in class Objecttrue if obj is a PropertyHandle referencing the exact same property
with the exact same access mode (for instance direct field access or getter access), false otherwise.Copyright © 2006-2019 Red Hat, Inc. and others. Licensed under the GNU Lesser General Public License (LGPL), version 2.1 or later.