Example usage for Java java.lang.reflect ParameterizedType fields, constructors, methods, implement or subclass
The text is from its open source code.
boolean | equals(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. |
Class> | getClass() Returns the runtime class of this Object . |
Type | getOwnerType() Returns a Type object representing the type that this type is a member of. |
Type | getRawType() Returns the Type object representing the class or interface that declared this type. |
String | getTypeName() Returns a string describing this type, including information about any type parameters. |
String | toString() Returns a string representation of the object. |