java.lang.Object
org.elasticsearch.xcontent.ObjectPath
Helper class to navigate nested objects using dot notation
- 
Method Summary
Modifier and TypeMethodDescriptionstatic <T> TReturn the value within a given object at the specified path, ornullif the path does not existstatic <T> TReturn the value within a given object at the specified path, ornullif the path does not exist 
- 
Method Details
- 
eval
Return the value within a given object at the specified path, ornullif the path does not exist - 
eval
Return the value within a given object at the specified path, ornullif the path does not exist 
 -