Interface ObjectParser.Parser<Value,​Context>

    • Method Summary

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

      • parse

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