com.opensymphony.xwork2.conversion
Interface ConversionFileProcessor
- All Known Implementing Classes:
- DefaultConversionFileProcessor
public interface ConversionFileProcessor
Used to process -conversion.properties file to read defined Converters
Method Summary |
void |
process(Map<String,Object> mapping,
Class clazz,
String converterFilename)
Process conversion file to create mapping for key (property, type) and corresponding converter |
process
void process(Map<String,Object> mapping,
Class clazz,
String converterFilename)
- Process conversion file to create mapping for key (property, type) and corresponding converter
- Parameters:
mapping
- keeps converters per given keyclazz
- class which should be converted by the converterconverterFilename
- to read converters from
Copyright © 2000-2015 Apache Software Foundation. All Rights Reserved.