Package net.pwall.json.schema
Class JSONSchema.SubSchema
-
- All Implemented Interfaces:
public abstract class JSONSchema.SubSchema extends JSONSchema
-
-
Field Summary
Fields Modifier and Type Field Description private final StringabsoluteLocationprivate final Stringdescriptionprivate final Stringtitleprivate final URIuriprivate final JSONPointerlocation
-
Constructor Summary
Constructors Constructor Description JSONSchema.SubSchema(URI uri, JSONPointer location)
-
Method Summary
Modifier and Type Method Description -
Methods inherited from class net.pwall.json.schema.JSONSchema
childLocation, createAnnotation, createBasicError, createBasicErrorEntry, createError, createSubSchemaBasicErrorEntry, createSubSchemaError, equals, getAbsoluteLocation, getDescription, getLocation, getTitle, getUri, hashCode, validate, validate, validateBasic, validateBasic, validateBasic, validateDetailed, validateDetailed, validateDetailed -
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
Constructor Detail
-
JSONSchema.SubSchema
JSONSchema.SubSchema(URI uri, JSONPointer location)
-
-
-
-