Interface FieldMapperContext
public interface FieldMapperContext
Provides the context of 
FieldMapper.- Since:
 - 2.3.0
 
- 
Method Summary
Modifier and TypeMethodDescriptionReturns aServiceTypeobject.com.orchestranetworks.service.SessionReturns the current session.Returns the source table.com.onwbp.adaptation.AdaptationTablegetTable()Returns the current table.Returns the target table. 
- 
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 aServiceTypeobject. 
 -