Package net.pwall.json.schema.subschema
Class PropertyNamesSchema
-
- All Implemented Interfaces:
public final class PropertyNamesSchema extends JSONSchema.SubSchema
-
-
Field Summary
Fields Modifier and Type Field Description private final StringabsoluteLocationprivate final Stringdescriptionprivate final Stringtitleprivate final URIuriprivate final JSONPointerlocation
-
Constructor Summary
Constructors Constructor Description PropertyNamesSchema(URI uri, JSONPointer location, JSONSchema nameSchema)
-
Method Summary
Modifier and Type Method Description JSONPointerchildLocation(JSONPointer pointer)Booleanvalidate(JSONValue json, JSONPointer instanceLocation)BasicOutputvalidateBasic(JSONPointer relativeLocation, JSONValue json, JSONPointer instanceLocation)DetailedOutputvalidateDetailed(JSONPointer relativeLocation, JSONValue json, JSONPointer instanceLocation)-
Methods inherited from class net.pwall.json.schema.JSONSchema
createAnnotation, createBasicError, createBasicErrorEntry, createError, createSubSchemaBasicErrorEntry, createSubSchemaError, equals, getAbsoluteLocation, getDescription, getLocation, getTitle, getUri, hashCode, 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
-
PropertyNamesSchema
PropertyNamesSchema(URI uri, JSONPointer location, JSONSchema nameSchema)
-
-
Method Detail
-
childLocation
JSONPointer childLocation(JSONPointer pointer)
-
validateBasic
BasicOutput validateBasic(JSONPointer relativeLocation, JSONValue json, JSONPointer instanceLocation)
-
validateDetailed
DetailedOutput validateDetailed(JSONPointer relativeLocation, JSONValue json, JSONPointer instanceLocation)
-
-
-
-