Package com.networknt.schema.resource
Class MetaSchemaMapper
java.lang.Object
com.networknt.schema.resource.MetaSchemaMapper
- All Implemented Interfaces:
SchemaMapper
Maps the JSON Schema meta schema to the class path location.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionmap(AbsoluteIri absoluteIRI) Maps an ID indicated by an absolute IRI to a retrieval IRI.
-
Constructor Details
-
MetaSchemaMapper
public MetaSchemaMapper()
-
-
Method Details
-
map
Description copied from interface:SchemaMapperMaps an ID indicated by an absolute IRI to a retrieval IRI.- Specified by:
mapin interfaceSchemaMapper- Parameters:
absoluteIRI- the ID- Returns:
- the retrieval IRI or null if this mapper doesn't support the mapping
-