Class Nullable.NullableSyntaxChecker

java.lang.Object
com.github.fge.jsonschema.core.keyword.syntax.checkers.AbstractSyntaxChecker
com.atlassian.oai.validator.schema.keyword.Nullable.NullableSyntaxChecker
All Implemented Interfaces:
com.github.fge.jsonschema.core.keyword.syntax.checkers.SyntaxChecker
Enclosing class:
Nullable

public static class Nullable.NullableSyntaxChecker extends com.github.fge.jsonschema.core.keyword.syntax.checkers.AbstractSyntaxChecker
  • Field Summary

    Fields inherited from class com.github.fge.jsonschema.core.keyword.syntax.checkers.AbstractSyntaxChecker

    keyword
  • Method Summary

    Modifier and Type
    Method
    Description
    protected void
    checkValue(Collection<com.github.fge.jackson.jsonpointer.JsonPointer> pointers, com.github.fge.msgsimple.bundle.MessageBundle bundle, com.github.fge.jsonschema.core.report.ProcessingReport report, com.github.fge.jsonschema.core.tree.SchemaTree tree)
     

    Methods inherited from class com.github.fge.jsonschema.core.keyword.syntax.checkers.AbstractSyntaxChecker

    checkSyntax, getNode, getValidTypes, newMsg

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Method Details

    • checkValue

      protected void checkValue(Collection<com.github.fge.jackson.jsonpointer.JsonPointer> pointers, com.github.fge.msgsimple.bundle.MessageBundle bundle, com.github.fge.jsonschema.core.report.ProcessingReport report, com.github.fge.jsonschema.core.tree.SchemaTree tree)
      Specified by:
      checkValue in class com.github.fge.jsonschema.core.keyword.syntax.checkers.AbstractSyntaxChecker