Class DefaultPolicyLookup.GenericTypeDeclarationReflection
java.lang.Object
name.matthewgreet.strutscommons.util.DefaultPolicyLookup.GenericTypeDeclarationReflection
- Enclosing class:
DefaultPolicyLookup
Class that describes the actual type parameters and generic types of superclass extracted using reflection.
For example, for the class declaration below, genericsDeclaration is [] and superclassGenericsDeclaration is
[AgeRange,Date].
AgeRangeValidator extends AbstractPostConversionValidatorSupport<AgeRange,Date>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionType[]Type[]voidsetGenericsDeclaration(Type[] types) voidsetSuperclassGenericsDeclaration(Type[] types) toString()