public static interface PropertyPath.FragmentVisitor
| Modifier and Type | Method and Description |
|---|---|
void |
onIndexedProperty(String name,
int index) |
void |
onIntermediateProperty(String name) |
void |
onMappedProperty(String name,
String key) |
void |
onSimpleProperty(String nam) |
void onIntermediateProperty(String name) throws ArooaPropertyException
ArooaPropertyExceptionvoid onMappedProperty(String name, String key) throws ArooaPropertyException
ArooaPropertyExceptionvoid onIndexedProperty(String name, int index) throws ArooaPropertyException
ArooaPropertyExceptionvoid onSimpleProperty(String nam) throws ArooaPropertyException
ArooaPropertyExceptionCopyright © 2023. All rights reserved.