Annotation Type CustomPostConversionAdjuster


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

Defines how a single value form field value (whether on a Struts Action or model of ModelDriven Struts Action) that should be modified after conversion but before post conversion validation using a client supplied adjuster. The custom adjuster must implement PostConversionAdjuster, preferably extending AbstractCustomPostConversionAdjusterSupport, and have a default public constructor.

Other parameters

Other Parameters
adjusterClass Class of client supplied adjuster. See notes above.
param1 Parameter recognised by custom validator. Defaults to empty string.
param2 Parameter recognised by custom validator. Defaults to empty string.
param3 Parameter recognised by custom validator. Defaults to empty string.
param4 Parameter recognised by custom validator. Defaults to empty string.
param5 Parameter recognised by custom validator. Defaults to empty string.
processNoValue If true, can adjust null value. Defaults to false.