public static interface Path.Node
Modifier and Type | Method and Description |
---|---|
ElementDescriptor |
getElementDescriptor()
Returns a descriptor for the element (bean, property, method etc.)
represented by this node.
|
Integer |
getIndex() |
Object |
getKey() |
String |
getName()
Name of the property, constructor, method or parameter which the node
represents or null if representing an entity on the leaf node or the
return value of a constructor or method (in particular the node in a
Path representing the root object has its name null). |
boolean |
isInIterable() |
String getName()
Path
representing the root object has its name null).boolean isInIterable()
Integer getIndex()
Object getKey()
ElementDescriptor getElementDescriptor()
ElementDescriptor.getKind()
.Copyright © 2013. All Rights Reserved.