Class XContentUtils

java.lang.Object
org.opensearch.common.xcontent.XContentUtils

public final class XContentUtils extends Object
  • Method Details

    • readValue

      public static Object readValue(org.opensearch.core.xcontent.XContentParser parser, org.opensearch.core.xcontent.XContentParser.Token token) throws IOException
      Convert a XContentParser.Token to a value
      Throws:
      IOException