|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public static interface PathNavigation.Callback<T>
Path traversal callback function interface.
Method Summary | |
---|---|
void |
handleGenericInIterable()
Handle contiguous []. |
void |
handleIndexOrKey(String value)
Handle an index or key embedded in []. |
void |
handleProperty(String name)
Handle a .-delimited property. |
T |
result()
Return a result. |
Method Detail |
---|
void handleProperty(String name)
name
- void handleIndexOrKey(String value)
value
- void handleGenericInIterable()
T result()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |