public class GenericType<T> extends Object
| Modifier | Constructor and Description |
|---|---|
protected |
GenericType() |
|
GenericType(Type genericType) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
static GenericType |
forInstance(Object instance) |
Class<?> |
getRawType() |
Type |
getType() |
int |
hashCode() |
String |
toString() |
protected GenericType()
public GenericType(Type genericType)
public static GenericType forInstance(Object instance)
public final Type getType()
public final Class<?> getRawType()
Copyright © 2018 The Apache Software Foundation. All rights reserved.