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

    Modifier and Type
    Method
    Description
    map(AbsoluteIri absoluteIRI)
    Maps an ID indicated by an absolute IRI to a retrieval IRI.
  • Method Details

    • 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