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