Class DefaultPolicyLookup.GenericTypeDeclarationReflection

java.lang.Object
name.matthewgreet.strutscommons.util.DefaultPolicyLookup.GenericTypeDeclarationReflection
Enclosing class:
DefaultPolicyLookup

public static class DefaultPolicyLookup.GenericTypeDeclarationReflection extends Object
  • Constructor Details

    • GenericTypeDeclarationReflection

      public GenericTypeDeclarationReflection()
  • Method Details

    • getGenericsDeclaration

      public Type[] getGenericsDeclaration()
    • setGenericsDeclaration

      public void setGenericsDeclaration(Type[] types)
    • getSuperclassGenericsDeclaration

      public Type[] getSuperclassGenericsDeclaration()
    • setSuperclassGenericsDeclaration

      public void setSuperclassGenericsDeclaration(Type[] types)
    • toString

      public String toString()
      Overrides:
      toString in class Object