Class DummySyntaxChecker

  • All Implemented Interfaces:
    com.github.fge.jsonschema.core.keyword.syntax.checkers.SyntaxChecker

    public class DummySyntaxChecker
    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
    • Constructor Summary

      Constructors 
      Modifier Constructor Description
      protected DummySyntaxChecker​(String keyword, com.github.fge.jackson.NodeType first)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      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
    • Constructor Detail

      • DummySyntaxChecker

        protected DummySyntaxChecker​(String keyword,
                                     com.github.fge.jackson.NodeType first)
    • Method Detail

      • 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)
                           throws com.github.fge.jsonschema.core.exceptions.ProcessingException
        Specified by:
        checkValue in class com.github.fge.jsonschema.core.keyword.syntax.checkers.AbstractSyntaxChecker
        Throws:
        com.github.fge.jsonschema.core.exceptions.ProcessingException