public static interface PathNavigation.Callback<T>
Modifier and Type | Method and Description |
---|---|
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.
|
void handleProperty(String name)
name
- void handleIndexOrKey(String value)
value
- void handleGenericInIterable()
T result()
Copyright © 2010–2022 The Apache Software Foundation. All rights reserved.