Class AnnotationValidationInterceptor.AnnotationEntry<T>
java.lang.Object
name.matthewgreet.strutscommons.interceptor.AnnotationValidationInterceptor.AnnotationEntry<T>
- Enclosing class:
AnnotationValidationInterceptor
Describes a form field annotation, its type, and an instance of a policy it configures, if applicable.
-
Constructor Summary
ConstructorsConstructorDescriptionAnnotationEntry
(Annotation annotation, ValidatorLibrary.AnnotationUsageResult<T> annotationUsageResult) -
Method Summary
Modifier and TypeMethodDescription
-
Constructor Details
-
AnnotationEntry
public AnnotationEntry(Annotation annotation, ValidatorLibrary.AnnotationUsageResult<T> annotationUsageResult)
-
-
Method Details
-
getAnnotation
-
getAnnotationUsageResult
-