Interface FieldMapperContext


  • public interface FieldMapperContext
    Provides the context of FieldMapper.
    Since:
    2.3.0
    • Method Detail

      • getSourceTable

        Table getSourceTable()
        Returns the source table.
      • getTargetTable

        Table getTargetTable()
        Returns the target table.
      • getTable

        com.onwbp.adaptation.AdaptationTable getTable()
        Returns the current table.
      • getSession

        com.orchestranetworks.service.Session getSession()
        Returns the current session.