public final class ObjectSchemaSelector extends Object
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 and Description |
|---|
ObjectSchemaSelector(JsonNode digest) |
| Modifier and Type | Method and Description |
|---|---|
Iterable<JsonPointer> |
selectSchemas(String memberName) |
public ObjectSchemaSelector(JsonNode digest)
public Iterable<JsonPointer> selectSchemas(String memberName)