public final class CollectionElement extends Element
Constructor and Description |
---|
CollectionElement(Object item) |
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.
|
Object |
getItem()
Deprecated.
Low-level API. Don't use in production code. May be removed in future versions.
|
int |
hashCode()
Make sure to implement this properly.
|
String |
toString()
The string representation will only be used to print readable property paths for debug purposes.
|
public CollectionElement(Object item)
@Deprecated public Object getItem()
public boolean equals(Object o)
Element
public int hashCode()
Element
0
.Copyright © 2013. All Rights Reserved.