Package name.matthewgreet.strutscommons.policy
package name.matthewgreet.strutscommons.policy
Standard adjusters, converters and validators used in alternate annotation-based annotation.
-
ClassDescriptionAbstractAdjusterSupport<A extends Annotation>Preferred template class for implementations of adjusters.Preferred template class for implementations of converters to single value data type.Template class for custom adjusters that modifies a form field value.Template class for custom converters that convert a string-based form field to a single, other data type.Template class for custom converters that just format for a view helper.Template class for custom list converters.Template class for custom list converters that just format for a view helper.Template class for custom list post-conversion adjusters that modifies a form field array or collection.Template class for custom list validators that validates a converted array or collection form field.Template class for custom validators that convert a string-based form field to a single, other data type.Template class for custom adjusters that modifies a form field value.Template class for custom validators that validates a converted form field value that are single values.Preferred template class for implementations of converters to single value data type that can be default converters.Template class for bespoke converters that just format for a view helper.Preferred template class for implementations of converters to collection-based data types.Template class for bespoke converters that just format for a view helper.Preferred template class for implementations of list post conversion adjusters of arrays or collections.Preferred template class for implementations of list post-conversion validators of array-based or collection-based data types.AbstractNonConversionValidatorSupport<A extends Annotation>Preferred template class for implementations of non-conversion validators of single value data types.AbstractPolicySupport<A extends Annotation>Preferred template class for implementations of post conversion adjusters.Preferred template class for implementations of post-conversion validators of single value data types.Adjuster<A extends Annotation>Interface for adjusters, which alter form field values and used by
AnnotationValidationInterceptorandAnnotationValidationInterceptor2.Describes result of a conversion.Interface for form field validators used byAnnotationValidationInterceptorandAnnotationValidationInterceptor2that convert from string values to single values and vice versa.Indicates converter can be used as a default converter.Interface for form field validators used byAnnotationValidationInterceptorandAnnotationValidationInterceptor2that convert from string values to lists and vice versa.Interface for list post conversion adjusters, which alter a list of converted values and used byAnnotationValidationInterceptor2(notAnnotationValidationInterceptor).Interface for list post conversion validators used byAnnotationValidationInterceptorandAnnotationValidationInterceptor2.NonConversionValidator<A extends Annotation>Interface for form field validators used byAnnotationValidationInterceptorandAnnotationValidationInterceptor2that validate before any conversion.Policy<A extends Annotation>Base interface for form field converters, validators and adjusters used byAnnotationValidationInterceptorandAnnotationValidationInterceptor2.Interface for post conversion adjusters, which alter form field values and used byAnnotationValidationInterceptor2(notAnnotationValidationInterceptor).Interface for form field validators used byAnnotationValidationInterceptorandAnnotationValidationInterceptor2that check a converted value.Describes result of a validation.