Package com.networknt.schema
Class JsonSchemaFactory.Builder
- java.lang.Object
-
- com.networknt.schema.JsonSchemaFactory.Builder
-
- Enclosing class:
- JsonSchemaFactory
public static class JsonSchemaFactory.Builder extends Object
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method 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)
-
-
-
Method Detail
-
objectMapper
public JsonSchemaFactory.Builder objectMapper(com.fasterxml.jackson.databind.ObjectMapper objectMapper)
-
urlFetcher
public JsonSchemaFactory.Builder urlFetcher(URLFetcher urlFetcher)
-
defaultMetaSchemaURI
public JsonSchemaFactory.Builder defaultMetaSchemaURI(String defaultMetaSchemaURI)
-
addMetaSchema
public JsonSchemaFactory.Builder addMetaSchema(JsonMetaSchema jsonMetaSchema)
-
addMetaSchemas
public JsonSchemaFactory.Builder addMetaSchemas(Collection<? extends JsonMetaSchema> jsonMetaSchemas)
-
build
public JsonSchemaFactory build()
-
-