Uses of Interface
com.networknt.schema.JsonMetaSchemaFactory
-
Packages that use JsonMetaSchemaFactory Package Description com.networknt.schema -
-
Uses of JsonMetaSchemaFactory in com.networknt.schema
Classes in com.networknt.schema that implement JsonMetaSchemaFactory Modifier and Type Class Description class
DefaultJsonMetaSchemaFactory
DefaultJsonMetaSchemaFactory
.class
DisallowUnknownJsonMetaSchemaFactory
AJsonMetaSchemaFactory
that does not meta-schemas that aren't explicitly configured in theJsonSchemaFactory
.Fields in com.networknt.schema declared as JsonMetaSchemaFactory Modifier and Type Field Description private JsonMetaSchemaFactory
JsonSchemaFactory.Builder. metaSchemaFactory
private JsonMetaSchemaFactory
JsonSchemaFactory. metaSchemaFactory
Methods in com.networknt.schema with parameters of type JsonMetaSchemaFactory Modifier and Type Method Description JsonSchemaFactory.Builder
JsonSchemaFactory.Builder. metaSchemaFactory(JsonMetaSchemaFactory jsonMetaSchemaFactory)
Constructors in com.networknt.schema with parameters of type JsonMetaSchemaFactory Constructor Description JsonSchemaFactory(com.fasterxml.jackson.databind.ObjectMapper jsonMapper, com.fasterxml.jackson.databind.ObjectMapper yamlMapper, JsonNodeReader jsonNodeReader, java.lang.String defaultMetaSchemaIri, SchemaLoaders.Builder schemaLoadersBuilder, SchemaMappers.Builder schemaMappersBuilder, java.util.concurrent.ConcurrentMap<java.lang.String,JsonMetaSchema> metaSchemas, boolean enableSchemaCache, JsonMetaSchemaFactory metaSchemaFactory)
-