public final class BeanPropertyElementSelector extends ElementSelector
Constructor and Description |
---|
BeanPropertyElementSelector(String propertyName) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o)
Must be implemented in a way so that this element can be distinguished from the other ones.
|
String |
getPropertyName() |
int |
hashCode()
Make sure to implement this properly.
|
String |
toHumanReadableString() |
toString
public BeanPropertyElementSelector(String propertyName)
public String getPropertyName()
public String toHumanReadableString()
toHumanReadableString
in class ElementSelector
public boolean equals(Object o)
ElementSelector
equals
in class ElementSelector
o
- The object to check equality against.true
is the given object equals this one, otherwise false
.public int hashCode()
ElementSelector
0
.hashCode
in class ElementSelector
Copyright © 2015. All rights reserved.