Annotation Interface CustomCollectionPostConversionAdjuster


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

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

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.