org.oddjob.arooa.beanutils
Interface PropertyPath.FragmentVisitor
- Enclosing class:
- PropertyPath
public static interface PropertyPath.FragmentVisitor
onIntermediateProperty
void onIntermediateProperty(String name)
throws ArooaPropertyException
- Throws:
ArooaPropertyException
onMappedProperty
void onMappedProperty(String name,
String key)
throws ArooaPropertyException
- Throws:
ArooaPropertyException
onIndexedProperty
void onIndexedProperty(String name,
int index)
throws ArooaPropertyException
- Throws:
ArooaPropertyException
onSimpleProperty
void onSimpleProperty(String nam)
throws ArooaPropertyException
- Throws:
ArooaPropertyException