public static class PathImpl.Builder extends Object implements PathNavigation.Callback<PathImpl>
| Constructor and Description |
|---|
Builder() |
| 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 .
|
PathImpl |
result()
Return a result.
|
public void handleProperty(String name)
handleProperty in interface PathNavigation.Callback<PathImpl>public void handleIndexOrKey(String value)
handleIndexOrKey in interface PathNavigation.Callback<PathImpl>public PathImpl result()
result in interface PathNavigation.Callback<PathImpl>public void handleGenericInIterable()
handleGenericInIterable in interface PathNavigation.Callback<PathImpl>Copyright © 2010–2020 The Apache Software Foundation. All rights reserved.