Package com.networknt.schema.resource
Class PrefixSchemaMapper
java.lang.Object
com.networknt.schema.resource.PrefixSchemaMapper
- All Implemented Interfaces:
SchemaMapper
Prefix implementation of
SchemaMapper
.-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionmap
(AbsoluteIri absoluteIRI) Maps an ID indicated by an absolute IRI to a retrieval IRI.
-
Constructor Details
-
PrefixSchemaMapper
-
-
Method Details
-
map
Description copied from interface:SchemaMapper
Maps an ID indicated by an absolute IRI to a retrieval IRI.- Specified by:
map
in interfaceSchemaMapper
- Parameters:
absoluteIRI
- the ID- Returns:
- the retrieval IRI or null if this mapper doesn't support the mapping
-