Uses of Interface
com.networknt.schema.resource.SchemaMapper
-
Packages that use SchemaMapper Package Description com.networknt.schema.resource -
-
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.Methods 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(Consumer<List<SchemaMapper>> customizer)Customize the schema mappers.Constructor parameters in com.networknt.schema.resource with type arguments of type SchemaMapper Constructor Description SchemaMappers(Collection<? extends SchemaMapper> c)
-