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(com.fasterxml.jackson.databind.JsonNode digest) |
| Modifier and Type | Method and Description |
|---|---|
Iterable<com.github.fge.jsonschema.jsonpointer.JsonPointer> |
selectSchemas(String memberName) |
Copyright © 2014. All Rights Reserved.