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 classMapSchemaMapperMap implementation ofSchemaMapper.classMetaSchemaMapperMaps the JSON Schema meta schema to the class path location.classPrefixSchemaMapperPrefix 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. schemaMappersMethods in com.networknt.schema.resource with parameters of type SchemaMapper Modifier and Type Method Description SchemaMappers.BuilderSchemaMappers.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.BuilderSchemaMappers.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)
-