public static class PathNavigation.CompositeCallbackProcedure extends PathNavigation.CallbackProcedure
| Constructor and Description |
|---|
CompositeCallbackProcedure(List<PathNavigation.Callback<?>> delegates) |
CompositeCallbackProcedure(PathNavigation.Callback<?>... delegates) |
| 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 .
|
complete, resultpublic CompositeCallbackProcedure(PathNavigation.Callback<?>... delegates)
public CompositeCallbackProcedure(List<PathNavigation.Callback<?>> delegates)
public void handleProperty(String name)
PathNavigation.Callbackpublic void handleIndexOrKey(String value)
PathNavigation.Callbackpublic void handleGenericInIterable()
PathNavigation.CallbackCopyright © 2010–2020 The Apache Software Foundation. All rights reserved.