Interface LayerMapper.MappingContext

Enclosing interface:
LayerMapper

@NonExtendable public static interface LayerMapper.MappingContext
Mapping context providing access to the transported schema and the source layer name.
Since:
5.2.513
  • Method Summary

    Modifier and Type
    Method
    Description
    @NotNull Schema
    Returns the transported schema as an instance of the target project.
    @Nullable String
    Returns the name of the layer the transported schema has been mapped to in the source project or null if the information of the layer name in the source project is not available (e.g.
  • Method Details

    • getSchema

      @NotNull @NotNull Schema getSchema()
      Returns the transported schema as an instance of the target project. Even if this is the initial (first) transport of the schema this method won't return null
      Returns:
      the transported schema as an instance of the target project
      Since:
      5.2.513
    • getSourceLayer

      @Nullable @Nullable String getSourceLayer()
      Returns the name of the layer the transported schema has been mapped to in the source project or null if the information of the layer name in the source project is not available (e.g. External-Sync)
      Since:
      5.2.513