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