Class Nullable.NullableKeywordValidator

java.lang.Object
com.github.fge.jsonschema.keyword.validator.AbstractKeywordValidator
com.atlassian.oai.validator.schema.keyword.Nullable.NullableKeywordValidator
All Implemented Interfaces:
com.github.fge.jsonschema.keyword.validator.KeywordValidator
Enclosing class:
Nullable

public static class Nullable.NullableKeywordValidator 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
    NullableKeywordValidator(com.fasterxml.jackson.databind.JsonNode digest)
     
  • Method Summary

    Modifier and Type
    Method
    Description
     
    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

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
  • Constructor Details

    • NullableKeywordValidator

      public NullableKeywordValidator(com.fasterxml.jackson.databind.JsonNode digest)
  • Method Details

    • 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)
    • toString

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