Uses of Class
com.networknt.schema.JsonSchemaFactory.Builder
-
Packages that use JsonSchemaFactory.Builder Package Description com.networknt.schema -
-
Uses of JsonSchemaFactory.Builder in com.networknt.schema
Methods in com.networknt.schema that return JsonSchemaFactory.Builder Modifier and Type Method Description JsonSchemaFactory.BuilderJsonSchemaFactory.Builder. addMetaSchema(JsonMetaSchema jsonMetaSchema)JsonSchemaFactory.BuilderJsonSchemaFactory.Builder. addMetaSchemas(Collection<? extends JsonMetaSchema> jsonMetaSchemas)static JsonSchemaFactory.BuilderJsonSchemaFactory. builder(JsonSchemaFactory blueprint)JsonSchemaFactory.BuilderJsonSchemaFactory.Builder. defaultMetaSchemaURI(String defaultMetaSchemaURI)JsonSchemaFactory.BuilderJsonSchemaFactory.Builder. objectMapper(com.fasterxml.jackson.databind.ObjectMapper objectMapper)JsonSchemaFactory.BuilderJsonSchemaFactory.Builder. urlFetcher(URLFetcher urlFetcher)
-