Uses of Class
com.orchestranetworks.addon.dex.mapping.FieldMappingList
-
Packages that use FieldMappingList Package Description com.orchestranetworks.addon.dex.mapping Classes and interfaces to configure mapping between source and target applications. -
-
Uses of FieldMappingList in com.orchestranetworks.addon.dex.mapping
Methods in com.orchestranetworks.addon.dex.mapping that return FieldMappingList Modifier and Type Method Description FieldMappingListFieldMapper. execute(FieldMapperContext context)Returns an instance ofFieldMappingList.FieldMappingList<SC,TC>TableMapping. getFieldMappings()Returns a list of field mappings.Methods in com.orchestranetworks.addon.dex.mapping with parameters of type FieldMappingList Modifier and Type Method Description voidFieldMappingList. addAll(FieldMappingList<SC,TC> fieldMappingList)Adds all of the elements in the specifiedFieldMappingListinstance to the end of this list.voidTableMapping. setFieldMappings(FieldMappingList<SC,TC> fieldMappings)Sets a list of field mappings to this table mapping.Constructors in com.orchestranetworks.addon.dex.mapping with parameters of type FieldMappingList Constructor Description TableMapping(Table<SC> sourceTable, Table<TC> targetTable, FieldMappingList<SC,TC> fieldMappingList)
-