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 classDefaultJsonMetaSchemaFactoryDefaultJsonMetaSchemaFactory.classDisallowUnknownJsonMetaSchemaFactoryAJsonMetaSchemaFactorythat 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 JsonMetaSchemaFactoryJsonSchemaFactory.Builder. metaSchemaFactoryprivate JsonMetaSchemaFactoryJsonSchemaFactory. metaSchemaFactoryMethods in com.networknt.schema with parameters of type JsonMetaSchemaFactory Modifier and Type Method Description JsonSchemaFactory.BuilderJsonSchemaFactory.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)
-