public class DefaultConversionFileProcessor extends Object implements ConversionFileProcessor
ConversionFileProcessor| Constructor and Description | 
|---|
DefaultConversionFileProcessor()  | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
process(Map<String,Object> mapping,
       Class clazz,
       String converterFilename)
Process conversion file to create mapping for key (property, type) and corresponding converter 
 | 
void | 
setFileManagerFactory(FileManagerFactory factory)  | 
void | 
setTypeConverterCreator(TypeConverterCreator converterCreator)  | 
public void setFileManagerFactory(FileManagerFactory factory)
public void setTypeConverterCreator(TypeConverterCreator converterCreator)
public void process(Map<String,Object> mapping, Class clazz, String converterFilename)
ConversionFileProcessorprocess in interface ConversionFileProcessormapping - keeps converters per given keyclazz - class which should be converted by the converterconverterFilename - to read converters fromCopyright © 2000–2020 Apache Software Foundation. All rights reserved.