Uses of Interface
com.networknt.schema.JsonMetaSchemaFactory
Packages that use JsonMetaSchemaFactory
-
Uses of JsonMetaSchemaFactory in com.networknt.schema
Classes in com.networknt.schema that implement JsonMetaSchemaFactoryModifier and TypeClassDescriptionclass
DefaultJsonMetaSchemaFactory
.class
AJsonMetaSchemaFactory
that does not meta-schemas that aren't explicitly configured in theJsonSchemaFactory
.Fields in com.networknt.schema declared as JsonMetaSchemaFactoryModifier and TypeFieldDescriptionprivate JsonMetaSchemaFactory
JsonSchemaFactory.Builder.metaSchemaFactory
private final JsonMetaSchemaFactory
JsonSchemaFactory.metaSchemaFactory
Methods in com.networknt.schema with parameters of type JsonMetaSchemaFactoryModifier and TypeMethodDescriptionJsonSchemaFactory.Builder.metaSchemaFactory
(JsonMetaSchemaFactory jsonMetaSchemaFactory) Constructors in com.networknt.schema with parameters of type JsonMetaSchemaFactoryModifierConstructorDescriptionprivate
JsonSchemaFactory
(com.fasterxml.jackson.databind.ObjectMapper jsonMapper, com.fasterxml.jackson.databind.ObjectMapper yamlMapper, JsonNodeReader jsonNodeReader, String defaultMetaSchemaIri, SchemaLoaders.Builder schemaLoadersBuilder, SchemaMappers.Builder schemaMappersBuilder, ConcurrentMap<String, JsonMetaSchema> metaSchemas, boolean enableSchemaCache, JsonMetaSchemaFactory metaSchemaFactory)