Package org.apache.struts2.conversion
Interface ConversionFileProcessor
- All Known Implementing Classes:
DefaultConversionFileProcessor
public interface ConversionFileProcessor
Used to process <clazz>-conversion.properties file to read defined Converters
-
Method Summary
-
Method Details
-
process
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
-