Package net.pwall.json.schema
Class JSONSchema.Not
-
- All Implemented Interfaces:
public final class JSONSchema.Not extends JSONSchema
-
-
Field Summary
Fields Modifier and Type Field Description private final JSONSchemanestedprivate final StringabsoluteLocationprivate final Stringdescriptionprivate final Stringtitleprivate final URIuriprivate final JSONPointerlocation
-
Constructor Summary
Constructors Constructor Description JSONSchema.Not(URI uri, JSONPointer location, JSONSchema nested)
-
Method Summary
Modifier and Type Method Description final JSONSchemagetNested()JSONPointerchildLocation(JSONPointer pointer)Booleanvalidate(JSONValue json, JSONPointer instanceLocation)BasicOutputvalidateBasic(JSONPointer relativeLocation, JSONValue json, JSONPointer instanceLocation)DetailedOutputvalidateDetailed(JSONPointer relativeLocation, JSONValue json, JSONPointer instanceLocation)Booleanequals(Object other)IntegerhashCode()-
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 java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
Constructor Detail
-
JSONSchema.Not
JSONSchema.Not(URI uri, JSONPointer location, JSONSchema nested)
-
-
Method Detail
-
getNested
final JSONSchema getNested()
-
childLocation
JSONPointer childLocation(JSONPointer pointer)
-
validateBasic
BasicOutput validateBasic(JSONPointer relativeLocation, JSONValue json, JSONPointer instanceLocation)
-
validateDetailed
DetailedOutput validateDetailed(JSONPointer relativeLocation, JSONValue json, JSONPointer instanceLocation)
-
-
-
-