public interface PropertyHandle
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
Object |
get(Object thiz) |
String |
getName() |
int |
hashCode() |
String getName()
boolean equals(Object obj)
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.