Uses of Class
de.tarent.extract.ColumnMapping
-
Packages that use ColumnMapping Package Description de.tarent.extract -
-
Uses of ColumnMapping in de.tarent.extract
Methods in de.tarent.extract that return types with arguments of type ColumnMapping Modifier and Type Method Description Map<String,ColumnMapping>ExtractorQuery. getMappings()Method parameters in de.tarent.extract with type arguments of type ColumnMapping Modifier and Type Method Description HeaderProcessorDefaultHeaderProcessorFactory. create(Map<String,ColumnMapping> mappings, Properties properties)HeaderProcessorHeaderProcessorFactory. create(Map<String,ColumnMapping> mappings, Properties properties)voidExtractorQuery. setMappings(Map<String,ColumnMapping> mappings)Constructor parameters in de.tarent.extract with type arguments of type ColumnMapping Constructor Description HeaderProcessor(Map<String,ColumnMapping> mappings)HeaderProcessor(Map<String,ColumnMapping> mappings, Properties props)
-