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