protected CsvConverter |
AbstractMappingStrategy.determineConverter(java.lang.reflect.Field field,
java.lang.Class<?> elementType,
java.lang.String locale,
java.lang.String writeLocale,
java.lang.Class<? extends AbstractCsvConverter> customConverter) |
Given the information provided, determines the appropriate built-in
converter to be passed in to the BeanField being created.
|
protected BeanField<T,java.lang.String> |
HeaderNameBaseMappingStrategy.findField(int col) |
|
protected BeanField<T,K> |
AbstractMappingStrategy.instantiateCustomConverter(java.lang.Class<? extends AbstractBeanField<T,K>> converter) |
Attempts to instantiate the class of the custom converter specified.
|
protected void |
AbstractMappingStrategy.loadFieldMap() |
Builds a map of columns from the input to fields of the bean type.
|
void |
AbstractMappingStrategy.setType(java.lang.Class<? extends T> type) |
Sets the class type that is being mapped.
|
void |
MappingStrategy.setType(java.lang.Class<? extends T> type) |
Sets the class type that is being mapped.
|