public class TypeViaClass extends Object implements Type
TypeViaClass that wraps a Class.| Constructor and Description |
|---|
TypeViaClass(Class<?> type) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
Class<?> |
getErasedType()
Get the erased type.
|
Type[] |
getParameters()
Get all of the parameters for this type.
|
int |
hashCode() |
String |
toString() |
public TypeViaClass(Class<?> type)
public Class<?> getErasedType()
TypegetErasedType in interface Typepublic Type[] getParameters()
TypegetParameters in interface TypeCopyright © 2017. All rights reserved.