Package org.apache.struts2.conversion
Interface ConversionAnnotationProcessor
- All Known Implementing Classes:
- DefaultConversionAnnotationProcessor
public interface ConversionAnnotationProcessor
Used to process 
TypeConversion
 annotation to read defined Converters- 
Method SummaryModifier and TypeMethodDescriptionvoidProcess annotation and buildTypeConverterbase on provided annotation and assigning it under given key
- 
Method Details- 
processProcess annotation and buildTypeConverterbase on provided annotation and assigning it under given key- Parameters:
- mapping- keeps converters per given key
- tc- annotation which keeps information about converter
- key- key under which converter should be registered
 
 
-