com.github.fge.jsonschema.processors.validation
Class ObjectSchemaSelector
java.lang.Object
com.github.fge.jsonschema.processors.validation.ObjectSchemaSelector
public final class ObjectSchemaSelector
- extends Object
JSON Schema selector for member values of JSON Object instances
Unlike what happens with arrays, for a given member name of an instance,
here there can be more than one subschema which the member value must be
valid against.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ObjectSchemaSelector
public ObjectSchemaSelector(JsonNode digest)
selectSchemas
public Iterable<JsonPointer> selectSchemas(String memberName)