public static interface Path.Node
| Modifier and Type | Method and Description | 
|---|---|
| Integer | getIndex() | 
| Object | getKey() | 
| String | getName()Property name the node represents
 or null if representing an entity on the leaf node
 (in particular the node in a  Pathrepresenting
 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()
Copyright © 2018 JBoss by Red Hat. All rights reserved.