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() |
toString
public BeanPropertyElementSelector(java.lang.String propertyName)
public java.lang.String getPropertyName()
public java.lang.String toHumanReadableString()
toHumanReadableString
在类中 ElementSelector
public boolean equals(java.lang.Object o)
ElementSelector
equals
在类中 ElementSelector
o
- The object to check equality against.true
is the given object equals this one, otherwise false
.public int hashCode()
ElementSelector
0
.hashCode
在类中 ElementSelector