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 TypeClassDescriptionclassDefaultJsonMetaSchemaFactory.classAJsonMetaSchemaFactorythat does not meta-schemas that aren't explicitly configured in theJsonSchemaFactory.Fields in com.networknt.schema declared as JsonMetaSchemaFactoryModifier and TypeFieldDescriptionprivate JsonMetaSchemaFactoryJsonSchemaFactory.Builder.metaSchemaFactoryprivate final JsonMetaSchemaFactoryJsonSchemaFactory.metaSchemaFactoryMethods in com.networknt.schema with parameters of type JsonMetaSchemaFactoryModifier and TypeMethodDescriptionJsonSchemaFactory.Builder.metaSchemaFactory(JsonMetaSchemaFactory jsonMetaSchemaFactory) Constructors in com.networknt.schema with parameters of type JsonMetaSchemaFactoryModifierConstructorDescriptionprivateJsonSchemaFactory(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)