Uses of Interface
org.leadpony.justify.api.JsonSchemaResolver
-
Packages that use JsonSchemaResolver Package Description org.leadpony.justify.api Provides the API for validating JSON documents. -
-
Uses of JsonSchemaResolver in org.leadpony.justify.api
Methods in org.leadpony.justify.api with parameters of type JsonSchemaResolver Modifier and Type Method Description JsonSchemaReaderFactoryBuilderJsonSchemaReaderFactoryBuilder. withSchemaResolver(JsonSchemaResolver resolver)Adds a resolver of external JSON schemas to this builder.
-