Annotation Interface ManualParameterConversion


@Documented @Inherited @Target(FIELD) @Retention(RUNTIME) public @interface ManualParameterConversion

Defines a non-String form field (whether on a Struts Action or model of ModelDriven Struts Action) must be converted from request parameters using Form.manualParameterConvert(java.util.Map<java.lang.String, java.lang.String>, com.opensymphony.xwork2.interceptor.ValidationAware, com.opensymphony.xwork2.TextProvider).