Package 

Class Configurator.CustomValidator

    • Method Summary

      Modifier and Type Method Description
      final JSONSchema getSchema()
      final String getAbsoluteLocation()
      String getDescription()
      final JSONPointer getLocation()
      String getTitle()
      final URI getUri()
      BasicErrorEntry getErrorEntry(JSONPointer relativeLocation, JSONValue json, JSONPointer instanceLocation)
      Boolean validate(JSONValue json, JSONPointer instanceLocation)
      • Methods inherited from class net.pwall.json.schema.JSONSchema.Validator

        childLocation, createAnnotation, createBasicError, createBasicErrorEntry, createError, equals, hashCode, validate, validateBasic, validateBasic, validateDetailed, validateDetailed
      • Methods inherited from class net.pwall.json.schema.codegen.Configurator.CustomValidator

        validateBasic, validateDetailed
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait