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.
@FunctionalInterface public interface SchemaMapper
Schema Mapper used to map an ID indicated by an absolute IRI to a retrieval IRI.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description AbsoluteIri
map(AbsoluteIri absoluteIRI)
Maps an ID indicated by an absolute IRI to a retrieval IRI.
-
-
-
Method Detail
-
map
AbsoluteIri map(AbsoluteIri absoluteIRI)
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
-
-