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 TypeClassDescriptionclassMap implementation ofSchemaMapper.classMaps the JSON Schema meta schema to the class path location.classPrefix implementation ofSchemaMapper.Subclasses with type arguments of type SchemaMapper in com.networknt.schema.resourceModifier and TypeClassDescriptionclassSchema Mappers used to map an ID indicated by an absolute IRI to a retrieval IRI.Fields in com.networknt.schema.resource with type parameters of type SchemaMapperModifier and TypeFieldDescriptionprivate final List<SchemaMapper> DefaultSchemaLoader.schemaMappersMethods 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