Uses of Class
name.matthewgreet.strutscommons.util.ValidatorLibrary.AnnotationUsageResult
Packages that use ValidatorLibrary.AnnotationUsageResult
Package
Description
-
Uses of ValidatorLibrary.AnnotationUsageResult in name.matthewgreet.strutscommons.interceptor
Methods in name.matthewgreet.strutscommons.interceptor that return ValidatorLibrary.AnnotationUsageResultModifier and TypeMethodDescriptionprotected <T> ValidatorLibrary.AnnotationUsageResult
<T> AnnotationValidationInterceptor.getAnnotationUsage
(Field unconvertedField, Annotation annotation) Returns validator (and formatter) that processes an annotated form field, or result of NA type if not recognised.AnnotationValidationInterceptor.AnnotationEntry.getAnnotationUsageResult()
Constructors in name.matthewgreet.strutscommons.interceptor with parameters of type ValidatorLibrary.AnnotationUsageResultModifierConstructorDescriptionAnnotationEntry
(Annotation annotation, ValidatorLibrary.AnnotationUsageResult<T> annotationUsageResult) -
Uses of ValidatorLibrary.AnnotationUsageResult in name.matthewgreet.strutscommons.util
Methods in name.matthewgreet.strutscommons.util that return ValidatorLibrary.AnnotationUsageResultModifier and TypeMethodDescriptionstatic <T> ValidatorLibrary.AnnotationUsageResult
<T> ValidatorLibrary.getAnnotationUsage
(Annotation annotation) Returns validator (and formatter) that processes an annotated form field, or result of NA type if not recognised.