Class EnumValidator

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Constructor Summary

      Constructors 
      Constructor Description
      EnumValidator(URI uri, JSONPointer location, JSONArray array)
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Method Summary

      Modifier and Type Method Description
      final JSONArray getArray()
      JSONPointer childLocation(JSONPointer pointer)
      Boolean validate(JSONValue json, JSONPointer instanceLocation)
      BasicErrorEntry getErrorEntry(JSONPointer relativeLocation, JSONValue json, JSONPointer instanceLocation)
      Boolean equals(Object other)
      Integer hashCode()
      • Methods inherited from class net.pwall.json.schema.JSONSchema

        createAnnotation, createBasicError, createBasicErrorEntry, createError, createSubSchemaBasicErrorEntry, createSubSchemaError, getAbsoluteLocation, getDescription, getLocation, getTitle, getUri, validate, validateBasic, validateBasic, validateDetailed, validateDetailed
      • Methods inherited from class net.pwall.json.schema.JSONSchema.Validator

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

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