Interface FieldMapperContext


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

    • 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.
    • getServiceType

      ServiceType getServiceType()
      Returns a ServiceType object.