Package com.networknt.schema.resource
Interface SchemaMapper
- All Known Implementing Classes:
MapSchemaMapper
,MetaSchemaMapper
,PrefixSchemaMapper
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
Schema Mapper used to map an ID indicated by an absolute IRI to a retrieval
IRI.
-
Method Summary
Modifier and TypeMethodDescriptionmap
(AbsoluteIri absoluteIRI) Maps an ID indicated by an absolute IRI to a retrieval IRI.
-
Method Details
-
map
Maps an ID indicated by an absolute IRI to a retrieval IRI.- Parameters:
absoluteIRI
- the ID- Returns:
- the retrieval IRI or null if this mapper doesn't support the mapping
-