public interface ConversionFileProcessor
| 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 process(Map<String,Object> mapping, Class clazz, String converterFilename)
mapping - keeps converters per given keyclazz - class which should be converted by the converterconverterFilename - to read converters fromCopyright © 2000–2025 Apache Software Foundation. All rights reserved.