Class XContentUtils
- java.lang.Object
-
- org.elasticsearch.common.xcontent.XContentUtils
-
public final class XContentUtils extends Object
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static ObjectreadValue(XContentParser parser, XContentParser.Token token)Convert aXContentParser.Tokento a value
-
-
-
Method Detail
-
readValue
public static Object readValue(XContentParser parser, XContentParser.Token token) throws IOException
Convert aXContentParser.Tokento a value- Throws:
IOException
-
-