public class ObjectPath
extends java.lang.Object
Constructor and Description |
---|
ObjectPath(java.lang.Object object) |
Modifier and Type | Method and Description |
---|---|
static ObjectPath |
createFromXContent(org.elasticsearch.common.xcontent.XContent xContent,
java.lang.String input) |
java.lang.Object |
evaluate(java.lang.String path)
Returns the object corresponding to the provided path if present, null otherwise
|
java.lang.Object |
evaluate(java.lang.String path,
Stash stash)
Returns the object corresponding to the provided path if present, null otherwise
|
public static ObjectPath createFromXContent(org.elasticsearch.common.xcontent.XContent xContent, java.lang.String input) throws java.io.IOException
java.io.IOException
public java.lang.Object evaluate(java.lang.String path) throws java.io.IOException
java.io.IOException
public java.lang.Object evaluate(java.lang.String path, Stash stash) throws java.io.IOException
java.io.IOException