Uses of Interface
com.networknt.schema.resource.SchemaMapper
-
Packages that use SchemaMapper Package Description com.networknt.schema com.networknt.schema.resource -
-
Uses of SchemaMapper in com.networknt.schema
Fields in com.networknt.schema with type parameters of type SchemaMapper Modifier and Type Field Description private static java.util.List<SchemaMapper>
JsonSchemaFactory. DEFAULT_SCHEMA_MAPPERS
-
Uses of SchemaMapper in com.networknt.schema.resource
Classes in com.networknt.schema.resource that implement SchemaMapper Modifier and Type Class Description class
MapSchemaMapper
Map implementation ofSchemaMapper
.class
MetaSchemaMapper
Maps the JSON Schema meta schema to the class path location.class
PrefixSchemaMapper
Prefix implementation ofSchemaMapper
.Fields in com.networknt.schema.resource with type parameters of type SchemaMapper Modifier and Type Field Description private java.util.List<SchemaMapper>
DefaultSchemaLoader. schemaMappers
Methods in com.networknt.schema.resource with parameters of type SchemaMapper Modifier and Type Method Description SchemaMappers.Builder
SchemaMappers.Builder. add(SchemaMapper schemaMapper)
Adds a schema mapper.Method parameters in com.networknt.schema.resource with type arguments of type SchemaMapper Modifier and Type Method Description SchemaMappers.Builder
SchemaMappers.Builder. values(java.util.function.Consumer<java.util.List<SchemaMapper>> customizer)
Customize the schema mappers.Constructor parameters in com.networknt.schema.resource with type arguments of type SchemaMapper Constructor Description SchemaMappers(java.util.Collection<? extends SchemaMapper> c)
-