Uses of Class
org.pentaho.di.trans.steps.mapping.MappingIODefinition
Packages that use MappingIODefinition
Package
Description
-
Uses of MappingIODefinition in org.pentaho.di.trans
Methods in org.pentaho.di.trans that return types with arguments of type MappingIODefinitionModifier and TypeMethodDescriptionStepWithMappingMeta.getInputMappings()
StepWithMappingMeta.getOutputMappings()
-
Uses of MappingIODefinition in org.pentaho.di.trans.steps.mapping
Methods in org.pentaho.di.trans.steps.mapping that return types with arguments of type MappingIODefinitionMethod parameters in org.pentaho.di.trans.steps.mapping with type arguments of type MappingIODefinitionModifier and TypeMethodDescriptionvoid
MappingMeta.setInputMappings
(List<MappingIODefinition> inputMappings) void
MappingMeta.setOutputMappings
(List<MappingIODefinition> outputMappings) -
Uses of MappingIODefinition in org.pentaho.di.trans.steps.simplemapping
Methods in org.pentaho.di.trans.steps.simplemapping that return MappingIODefinitionModifier and TypeMethodDescriptionSimpleMappingMeta.getInputMapping()
SimpleMappingMeta.getOutputMapping()
Methods in org.pentaho.di.trans.steps.simplemapping that return types with arguments of type MappingIODefinitionModifier and TypeMethodDescriptionSimpleMappingMeta.getInputMappings()
SimpleMappingMeta.getOutputMappings()
Methods in org.pentaho.di.trans.steps.simplemapping with parameters of type MappingIODefinitionModifier and TypeMethodDescriptionvoid
SimpleMappingMeta.setInputMapping
(MappingIODefinition inputMapping) void
SimpleMappingMeta.setOutputMapping
(MappingIODefinition outputMapping) Constructors in org.pentaho.di.trans.steps.simplemapping with parameters of type MappingIODefinitionModifierConstructorDescriptionRowDataInputMapper
(MappingIODefinition inputDefinition, RowProducer rowProducer) RowOutputDataMapper
(MappingIODefinition inputDefinition, MappingIODefinition outputDefinition, PutRowInterface putRowInterface)