Class DefaultPolicyLookup.GenericTypeDeclarationClassGraph
java.lang.Object
name.matthewgreet.strutscommons.util.DefaultPolicyLookup.GenericTypeDeclarationClassGraph
- Enclosing class:
DefaultPolicyLookup
Class that describes the actual type parameters and generic types of superclass extracted using ClassGraph.
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 TypeMethodDescriptionList<io.github.classgraph.TypeParameter> List<io.github.classgraph.TypeArgument> voidsetGenericsDeclaration(List<io.github.classgraph.TypeParameter> genericsDeclaration) voidsetSuperclassGenericsDeclaration(List<io.github.classgraph.TypeArgument> superclassGenericsDeclaration) toString()
-
Constructor Details
-
GenericTypeDeclarationClassGraph
public GenericTypeDeclarationClassGraph()
-
-
Method Details