Class ValidatorsKeywordValidator

  • All Implemented Interfaces:
    com.github.fge.jsonschema.keyword.validator.KeywordValidator

    public class ValidatorsKeywordValidator
    extends com.github.fge.jsonschema.keyword.validator.AbstractKeywordValidator
    • Field Summary

      • Fields inherited from class com.github.fge.jsonschema.keyword.validator.AbstractKeywordValidator

        keyword
    • Constructor Summary

      Constructors 
      Constructor Description
      ValidatorsKeywordValidator​(com.fasterxml.jackson.databind.JsonNode digest)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      String toString()  
      void validate​(com.github.fge.jsonschema.core.processing.Processor<com.github.fge.jsonschema.processors.data.FullData,​com.github.fge.jsonschema.processors.data.FullData> processor, com.github.fge.jsonschema.core.report.ProcessingReport report, com.github.fge.msgsimple.bundle.MessageBundle bundle, com.github.fge.jsonschema.processors.data.FullData data)  
      • Methods inherited from class com.github.fge.jsonschema.keyword.validator.AbstractKeywordValidator

        newMsg, newMsg, toArrayNode
    • Constructor Detail

      • ValidatorsKeywordValidator

        public ValidatorsKeywordValidator​(com.fasterxml.jackson.databind.JsonNode digest)
    • Method Detail

      • validate

        public void validate​(com.github.fge.jsonschema.core.processing.Processor<com.github.fge.jsonschema.processors.data.FullData,​com.github.fge.jsonschema.processors.data.FullData> processor,
                             com.github.fge.jsonschema.core.report.ProcessingReport report,
                             com.github.fge.msgsimple.bundle.MessageBundle bundle,
                             com.github.fge.jsonschema.processors.data.FullData data)
                      throws com.github.fge.jsonschema.core.exceptions.ProcessingException
        Throws:
        com.github.fge.jsonschema.core.exceptions.ProcessingException
      • toString

        public String toString()
        Specified by:
        toString in class com.github.fge.jsonschema.keyword.validator.AbstractKeywordValidator