com.github.fge.jsonschema.processors.validation
Class ObjectSchemaSelector

java.lang.Object
  extended by 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.


Constructor Summary
ObjectSchemaSelector(JsonNode digest)
           
 
Method Summary
 Iterable<JsonPointer> selectSchemas(String memberName)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ObjectSchemaSelector

public ObjectSchemaSelector(JsonNode digest)
Method Detail

selectSchemas

public Iterable<JsonPointer> selectSchemas(String memberName)