Class XContentUtils
java.lang.Object
org.elasticsearch.common.xcontent.XContentUtils
-
Method Summary
Modifier and TypeMethodDescriptionstatic Object
readValue(XContentParser parser, XContentParser.Token token)
Convert aXContentParser.Token
to a value
-
Method Details
-
readValue
public static Object readValue(XContentParser parser, XContentParser.Token token) throws IOExceptionConvert aXContentParser.Token
to a value- Throws:
IOException
-