Class MissingAttribute

  • All Implemented Interfaces:
    org.elasticsearch.xcontent.ToXContent, org.elasticsearch.xcontent.ToXContentObject

    public class MissingAttribute
    extends ValidationError
    • Constructor Detail

      • MissingAttribute

        public MissingAttribute​(String attribute,
                                com.fasterxml.jackson.databind.JsonNode jsonNode)
    • Method Detail

      • toXContent

        public org.elasticsearch.xcontent.XContentBuilder toXContent​(org.elasticsearch.xcontent.XContentBuilder builder,
                                                                     org.elasticsearch.xcontent.ToXContent.Params params)
                                                              throws IOException
        Specified by:
        toXContent in interface org.elasticsearch.xcontent.ToXContent
        Overrides:
        toXContent in class ValidationError
        Throws:
        IOException