Uses of Class
name.matthewgreet.strutscommons.exception.FormFieldAnnotationTypeMismatchException
Packages that use FormFieldAnnotationTypeMismatchException
Package
Description
Various helper classes, especially for session-based data, and libraries.
-
Uses of FormFieldAnnotationTypeMismatchException in name.matthewgreet.strutscommons.util
Methods in name.matthewgreet.strutscommons.util that throw FormFieldAnnotationTypeMismatchExceptionModifier and TypeMethodDescriptionstatic <T> InterceptorCommonLibrary.FieldUsage<T> InterceptorCommonLibrary.getFormFieldUsage(Field formField, PolicyLookup policyLookup) Returns what policies should apply to a form field, such as conversion and validation, or throwsFormFieldAnnotationTypeMismatchExceptionif any annotation does not match the field's type.