Interface ObjectParser.Parser<Value,​Context>

Enclosing class:
ObjectParser<Value,​Context>

public static interface ObjectParser.Parser<Value,​Context>
  • Method Summary

    Modifier and Type Method Description
    void parse​(XContentParser parser, Value value, Context context)  
  • Method Details

    • parse

      void parse​(XContentParser parser, Value value, Context context) throws java.io.IOException
      Throws:
      java.io.IOException