Uses of Class
org.pentaho.di.trans.steps.mapping.MappingIODefinition
-
Packages that use MappingIODefinition Package Description org.pentaho.di.trans org.pentaho.di.trans.steps.mapping org.pentaho.di.trans.steps.simplemapping -
-
Uses of MappingIODefinition in org.pentaho.di.trans
Methods in org.pentaho.di.trans that return types with arguments of type MappingIODefinition Modifier and Type Method Description List<MappingIODefinition>
StepWithMappingMeta. getInputMappings()
List<MappingIODefinition>
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 MappingIODefinition Modifier and Type Method Description List<MappingIODefinition>
MappingMeta. getInputMappings()
List<MappingIODefinition>
MappingMeta. getOutputMappings()
Method parameters in org.pentaho.di.trans.steps.mapping with type arguments of type MappingIODefinition Modifier and Type Method Description void
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 MappingIODefinition Modifier and Type Method Description MappingIODefinition
SimpleMappingMeta. getInputMapping()
MappingIODefinition
SimpleMappingMeta. getOutputMapping()
Methods in org.pentaho.di.trans.steps.simplemapping that return types with arguments of type MappingIODefinition Modifier and Type Method Description List<MappingIODefinition>
SimpleMappingMeta. getInputMappings()
List<MappingIODefinition>
SimpleMappingMeta. getOutputMappings()
Methods in org.pentaho.di.trans.steps.simplemapping with parameters of type MappingIODefinition Modifier and Type Method Description void
SimpleMappingMeta. setInputMapping(MappingIODefinition inputMapping)
void
SimpleMappingMeta. setOutputMapping(MappingIODefinition outputMapping)
Constructors in org.pentaho.di.trans.steps.simplemapping with parameters of type MappingIODefinition Constructor Description RowDataInputMapper(MappingIODefinition inputDefinition, RowProducer rowProducer)
RowOutputDataMapper(MappingIODefinition inputDefinition, MappingIODefinition outputDefinition, PutRowInterface putRowInterface)
-