|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ObjectGraphNavigator
Method Summary | |
---|---|
ObjectGraphNavigationResult |
navigateTo(Object root,
String path)
Navigates through the object graph starting at root object. |
Method Detail |
---|
ObjectGraphNavigationResult navigateTo(Object root, String path) throws InvalidConfigurationException
root
object.
root
- the root object to start the navigation frompath
- the object navigation path relative to the root object. The path format is implementation specific.
null
is returned if the target could not be determined, e.g. because of null values in the path.
InvalidConfigurationException
- if the given path is invalid, e.g. because of non-existing fields/properties named in the path.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |