Uses of Class
com.orchestranetworks.addon.dint.mapping.steps.TargetFieldMappingStep
-
Packages that use TargetFieldMappingStep Package Description com.orchestranetworks.addon.dint.mapping.steps Provides classes and interfaces for creating the field mapping steps and the transformation mapping steps. -
-
Uses of TargetFieldMappingStep in com.orchestranetworks.addon.dint.mapping.steps
Methods in com.orchestranetworks.addon.dint.mapping.steps that return TargetFieldMappingStep Modifier and Type Method Description TargetFieldMappingStep<SF,TF>AggregateTransformationMappingStep. toField(TF field)TargetFieldMappingStep<SF,TF>ConstantTransformationMappingStep. toField(TF field)TargetFieldMappingStep<SF,TF>ConversionTransformationMappingStep. toField(TF field)TargetFieldMappingStep<SF,TF>CrossReferenceTransformationMappingStep. toField(TF field)TargetFieldMappingStep<SF,TF>MultiOutputTransformableStep. toField(int outputValueIndex, TF field)Maps one of the output values with a target field.TargetFieldMappingStep<SF,TF>MultiOutputTransformableStep. toField(java.lang.String outputValueName, TF field)Maps one of the output values with a target field using a logical name.TargetFieldMappingStep<SF,TF>SingleOutputTransformableStep. toField(TF field)Maps the value with a target field.TargetFieldMappingStep<SF,TF>SourceFieldMappingStep. toField(TF field)TargetFieldMappingStep<SF,TF>SplitTransformationMappingStep. toField(int outputValueIndex, TF field)TargetFieldMappingStep<SF,TF>SplitTransformationMappingStep. toField(java.lang.String outputValueName, TF field)Methods in com.orchestranetworks.addon.dint.mapping.steps that return types with arguments of type TargetFieldMappingStep Modifier and Type Method Description MappingStepSelectorBuilder<TargetFieldMappingStep>MappingStepSelectorBuilder. nextTargetField(java.util.function.Predicate<TargetFieldMappingStep> criteria)Moves to the next step if it is a target field that meets the criteria.Method parameters in com.orchestranetworks.addon.dint.mapping.steps with type arguments of type TargetFieldMappingStep Modifier and Type Method Description MappingStepSelectorBuilder<TargetFieldMappingStep>MappingStepSelectorBuilder. nextTargetField(java.util.function.Predicate<TargetFieldMappingStep> criteria)Moves to the next step if it is a target field that meets the criteria.MappingStepSelector<S>MappingStepSelectorBuilder. selectIfNextTargetField(java.util.function.Predicate<TargetFieldMappingStep> criteria)Selects the current step if the next step is a target field that meets the criteria.
-