public final class MemberPropertyHandle extends Object implements PropertyHandle
| Constructor and Description |
|---|
MemberPropertyHandle(String name,
Member member,
MethodHandle getter) |
public MemberPropertyHandle(String name, Member member, MethodHandle getter)
public String getName()
getName in interface PropertyHandlepublic Object get(Object thiz)
get in interface PropertyHandlepublic int hashCode()
hashCode in interface PropertyHandlehashCode in class Objectpublic boolean equals(Object obj)
equals in interface PropertyHandleequals 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.