Uses of Interface java.lang.reflect.TypeVariable (Java SE 11 & JDK 11 ) JavaScript is disabled on your browser. Skip navigation links Overview Module Package Class Use Tree Deprecated Index Help Java SE 11 & JDK 11 All Classes SEARCH: JavaScript is disabled on your browser.   Uses of Interface java.lang.reflect.TypeVariable Packages that use TypeVariable  Package Description java.lang Provides classes that are fundamental to the design of the Java programming language. java.lang.reflect Provides classes and interfaces for obtaining reflective information about classes and objects. Uses of TypeVariable in java.lang Methods in java.lang that return TypeVariable  Modifier and Type Method Description TypeVariable<Class<T>>[] Class.getTypeParameters() Returns an array of TypeVariable objects that represent the type variables declared by the generic declaration represented by this GenericDeclaration object, in declaration order. Uses of TypeVariable in java.lang.reflect Methods in java.lang.reflect that return TypeVariable  Modifier and Type Method Description TypeVariable<Constructor<T>>[] Constructor.getTypeParameters() Returns an array of TypeVariable objects that represent the type variables declared by the generic declaration represented by this GenericDeclaration object, in declaration order. abstract TypeVariable<?>[] Executable.getTypeParameters() Returns an array of TypeVariable objects that represent the type variables declared by the generic declaration represented by this GenericDeclaration object, in declaration order. TypeVariable<?>[] GenericDeclaration.getTypeParameters() Returns an array of TypeVariable objects that represent the type variables declared by the generic declaration represented by this GenericDeclaration object, in declaration order. TypeVariable<Method>[] Method.getTypeParameters() Returns an array of TypeVariable objects that represent the type variables declared by the generic declaration represented by this GenericDeclaration object, in declaration order. Skip navigation links Overview Module Package Class Use Tree Deprecated Index Help Java SE 11 & JDK 11 All Classes JavaScript is disabled on your browser. Report a bug or suggest an enhancement For further API reference and developer documentation see the Java SE Documentation, which contains more detailed, developer-targeted descriptions with conceptual overviews, definitions of terms, workarounds, and working code examples. Java is a trademark or registered trademark of Oracle and/or its affiliates in the US and other countries. Copyright © 1993, 2025, Oracle and/or its affiliates, 500 Oracle Parkway, Redwood Shores, CA 94065 USA. All rights reserved. Use is subject to license terms and the documentation redistribution policy.