public final class BeanPropertyElementSelector extends ElementSelector
| 构造器和说明 |
|---|
BeanPropertyElementSelector(java.lang.String propertyName) |
| 限定符和类型 | 方法和说明 |
|---|---|
boolean |
equals(java.lang.Object o)
Must be implemented in a way so that this element can be distinguished from the other ones.
|
java.lang.String |
getPropertyName() |
int |
hashCode()
Make sure to implement this properly.
|
java.lang.String |
toHumanReadableString() |
toStringpublic BeanPropertyElementSelector(java.lang.String propertyName)
public java.lang.String getPropertyName()
public java.lang.String toHumanReadableString()
toHumanReadableString 在类中 ElementSelectorpublic boolean equals(java.lang.Object o)
ElementSelectorequals 在类中 ElementSelectoro - The object to check equality against.true is the given object equals this one, otherwise false.public int hashCode()
ElementSelector0.hashCode 在类中 ElementSelector