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 Summary
Modifier and TypeMethodDescriptionvoid
Process annotation and buildTypeConverter
base on provided annotation and assigning it under given key
-
Method Details
-
process
Process annotation and buildTypeConverter
base on provided annotation and assigning it under given key- Parameters:
mapping
- keeps converters per given keytc
- annotation which keeps information about converterkey
- key under which converter should be registered
-