Java java.lang.reflect ParameterizedType fields, constructors, methods, implement or subclass

Example usage for Java java.lang.reflect ParameterizedType fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for java.lang.reflect ParameterizedType.

The text is from its open source code.

Implementation

java.lang.reflect.ParameterizedType has the following implementations.
Click this link to see all its implementation.

Constructor

Method

booleanequals(Object obj)
Indicates whether some other object is "equal to" this one.
Type[]getActualTypeArguments()
Returns an array of Type objects representing the actual type arguments to this type.
ClassgetClass()
Returns the runtime class of this Object .
TypegetOwnerType()
Returns a Type object representing the type that this type is a member of.
TypegetRawType()
Returns the Type object representing the class or interface that declared this type.
StringgetTypeName()
Returns a string describing this type, including information about any type parameters.
StringtoString()
Returns a string representation of the object.