Class BaseFormatValidator

All Implemented Interfaces:
KeywordValidator, Validator, Walker
Direct Known Subclasses:
FormatValidator

public abstract class BaseFormatValidator extends BaseKeywordValidator
  • Field Details

    • assertionsEnabled

      protected final boolean assertionsEnabled
  • Constructor Details

    • BaseFormatValidator

      public BaseFormatValidator(SchemaLocation schemaLocation, com.fasterxml.jackson.databind.JsonNode schemaNode, Schema parentSchema, Keyword keyword, SchemaContext schemaContext)
  • Method Details

    • isFormatAssertionVocabularyEnabled

      protected boolean isFormatAssertionVocabularyEnabled()
    • isFormatAssertionVocabularyEnabled

      protected boolean isFormatAssertionVocabularyEnabled(SpecificationVersion specification, Map<String,Boolean> vocabularies)
    • isAssertionsEnabled

      protected boolean isAssertionsEnabled(ExecutionContext executionContext)