T - - class to be mapped.public class HeaderColumnNameTranslateMappingStrategy<T> extends HeaderColumnNameMappingStrategy<T>
annotationDriven, descriptorMap, determinedIfAnnotationDriven, fieldMap, header, indexLookup, type| Constructor and Description |
|---|
HeaderColumnNameTranslateMappingStrategy()
Default constructor.
|
| Modifier and Type | Method and Description |
|---|---|
Map<String,String> |
getColumnMapping()
retrieves the column mappings of the strategy.
|
String |
getColumnName(int col)
Retrieves the column name for a given column position
|
void |
setColumnMapping(Map<String,String> columnMapping)
Sets the column mapping to those passed in.
|
captureHeader, createBean, createIndexLookup, findDescriptor, findDescriptor, findField, findField, getColumnIndex, getType, isAnnotationDriven, loadDescriptorMap, loadFieldMap, matches, resetIndexMap, setTypepublic HeaderColumnNameTranslateMappingStrategy()
public String getColumnName(int col)
getColumnName in class HeaderColumnNameMappingStrategy<T>col - - column position.public Map<String,String> getColumnMapping()
Copyright © 2018 Liquibase.org. All rights reserved.