java.lang.reflect
public
interface
java.lang.reflect.ParameterizedType
java.lang.reflect.ParameterizedType |
Type
|
Represents a parameterized type.
Summary
Details
Public Methods
public
Type[]
getActualTypeArguments()
Gets the type arguments for this type.
Returns
- An array of Type, which may be empty.
public
Type
getOwnerType()
Gets the parent/owner type, if this type is an inner type, otherwise
null
is returned if this is a top-level type.
Returns
- An instance of Type or
null
.
public
Type
getRawType()
Gets the raw type of this type.