Interface Adjuster<A extends Annotation>
- All Superinterfaces:
Policy<A>
- All Known Implementing Classes:
AbstractAdjusterSupport
,AbstractCustomAdjusterSupport
,LowerCaseAdjuster
,TrimAdjuster
,UpperCaseAdjuster
Interface for adjusters, which alter form field values and used by
AnnotationValidationInterceptor
.
Adjusters are run before any validators or converters.-
Method Summary
Methods inherited from interface name.matthewgreet.strutscommons.validators.Policy
getAnnotation, setAnnotation
-
Method Details
-
adjust
Returns adjusted form field value.
-