|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public static interface Path.Node
Represents an element of a navigation path.
| Method Summary | |
|---|---|
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()
|
| Method Detail |
|---|
String getName()
Path representing the root object has its name null).
boolean isInIterable()
Integer getIndex()
Object getKey()
ElementDescriptor getElementDescriptor()
ElementDescriptor.getKind().
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||