public static class JsonSchemaFactory.Builder extends Object
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
JsonSchemaFactory.Builder |
addMetaSchema(JsonMetaSchema jsonMetaSchema) |
JsonSchemaFactory.Builder |
addMetaSchemas(Collection<? extends JsonMetaSchema> jsonMetaSchemas) |
JsonSchemaFactory |
build() |
JsonSchemaFactory.Builder |
defaultMetaSchemaURI(String defaultMetaSchemaURI) |
JsonSchemaFactory.Builder |
objectMapper(com.fasterxml.jackson.databind.ObjectMapper objectMapper) |
JsonSchemaFactory.Builder |
urlFetcher(URLFetcher urlFetcher) |
public JsonSchemaFactory.Builder objectMapper(com.fasterxml.jackson.databind.ObjectMapper objectMapper)
public JsonSchemaFactory.Builder urlFetcher(URLFetcher urlFetcher)
public JsonSchemaFactory.Builder defaultMetaSchemaURI(String defaultMetaSchemaURI)
public JsonSchemaFactory.Builder addMetaSchema(JsonMetaSchema jsonMetaSchema)
public JsonSchemaFactory.Builder addMetaSchemas(Collection<? extends JsonMetaSchema> jsonMetaSchemas)
public JsonSchemaFactory build()
Copyright © 2018. All rights reserved.