Uses of Interface
com.networknt.schema.resource.SchemaMapper
Packages that use SchemaMapper
-
Uses of SchemaMapper in com.networknt.schema
Fields in com.networknt.schema with type parameters of type SchemaMapperModifier and TypeFieldDescriptionprivate static final List
<SchemaMapper> JsonSchemaFactory.DEFAULT_SCHEMA_MAPPERS
-
Uses of SchemaMapper in com.networknt.schema.resource
Classes in com.networknt.schema.resource that implement SchemaMapperModifier and TypeClassDescriptionclass
Map implementation ofSchemaMapper
.class
Maps the JSON Schema meta schema to the class path location.class
Prefix implementation ofSchemaMapper
.Fields in com.networknt.schema.resource with type parameters of type SchemaMapperModifier and TypeFieldDescriptionprivate final List
<SchemaMapper> DefaultSchemaLoader.schemaMappers
Methods in com.networknt.schema.resource with parameters of type SchemaMapperModifier and TypeMethodDescriptionSchemaMappers.Builder.add
(SchemaMapper schemaMapper) Adds a schema mapper.Method parameters in com.networknt.schema.resource with type arguments of type SchemaMapperModifier and TypeMethodDescriptionSchemaMappers.Builder.values
(Consumer<List<SchemaMapper>> customizer) Customize the schema mappers.Constructor parameters in com.networknt.schema.resource with type arguments of type SchemaMapper