Interface Adjuster<A extends Annotation>
- All Superinterfaces:
Policy<A>
- All Known Implementing Classes:
AbstractAdjusterSupport
,AbstractCustomAdjusterSupport
,ToLowerCaseAdjuster
,ToUpperCaseAdjuster
,TrimAdjuster
Interface for adjusters, which alter form field values and used by
AnnotationValidationInterceptor
.
Adjusters are run before any validators or converters.-
Method Summary
Modifier and TypeMethodDescriptionReturns adjusted form field value.boolean
Returns whether adjuster should not be skipped if the form field value is empty string.Methods inherited from interface name.matthewgreet.strutscommons.policy.Policy
getAnnotation, setAnnotation
-
Method Details
-
adjust
Returns adjusted form field value.- Throws:
Exception
-
getProcessNoValue
boolean getProcessNoValue()Returns whether adjuster should not be skipped if the form field value is empty string.
-