Uses of Interface java.lang.reflect.Type

Uses in package java.lang.reflect

Methods with return type java.lang.reflect.Type

Type[]
Returns an array of Type objects, which gives the parameters of this type.
Type[]
Returns an array of Type objects which represent the upper bounds of this type variable.
Type
Returns the Type of the components within the array.
Type[]
Returns an array of Type objects that represents the exception types declared by this constructor, in declaration order.
Type[]
Returns an array of Type objects that represents the exception types declared by this method, in declaration order.
Type[]
Returns an array of Type objects that represents the parameter list for this constructor, in declaration order.
Type[]
Returns an array of Type objects that represents the parameter list for this method, in declaration order.
Type
Returns the return type of this method.
Type
Return the generic type of the field.
Type[]
Returns an array of Types, which specify the lower bounds of this type.
Type
Returns the type of which this type is a member.
Type
Returns a version of this type without parameters, which corresponds to the class or interface which declared the type.
Type[]
Returns an array of Types, which specify the upper bounds of this type.

Uses in package java.lang

Classes implementing java.lang.reflect.Type

class
A Class represents a Java type.

Methods with return type java.lang.reflect.Type

Type[]
Returns an array of Type objects which represent the interfaces directly implemented by this class or extended by this interface.
Type
Returns a Type object representing the direct superclass, whether class, interface, primitive type or void, of this class.