java.lang.Object
org.elasticsearch.xcontent.ObjectPath
Helper class to navigate nested objects using dot notation
- 
Method SummaryModifier 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- 
evalReturn the value within a given object at the specified path, ornullif the path does not exist
- 
evalReturn the value within a given object at the specified path, ornullif the path does not exist
 
-