Class ObjectPath

java.lang.Object
org.elasticsearch.xcontent.ObjectPath

public final class ObjectPath extends Object
Helper class to navigate nested objects using dot notation
  • Method Details

    • eval

      public static <T> T eval(String path, Object object)
      Return the value within a given object at the specified path, or null if the path does not exist