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 PropertyHandle
public Object get(Object thiz)
get
in interface PropertyHandle
public int hashCode()
hashCode
in interface PropertyHandle
hashCode
in class Object
public boolean equals(Object obj)
equals
in interface PropertyHandle
equals
in class Object
true
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.