|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectr01f.generics.TypeRef<T>
T - the generic type in this reference.public abstract class TypeRef<T>
Reference to a generic type.
Based on Neal Gafter's TypeReference.
| Field Summary | |
|---|---|
private java.lang.Class<?> |
_rawType
|
| Constructor Summary | |
|---|---|
TypeRef()
Creates a new TypeRef. |
|
| Method Summary | |
|---|---|
java.lang.Class<?> |
rawType()
Returns the raw type of the generic type in this reference. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
private final java.lang.Class<?> _rawType
| Constructor Detail |
|---|
public TypeRef()
TypeRef.
java.lang.IllegalArgumentException - if the generic type of this reference is missing type parameter.| Method Detail |
|---|
public final java.lang.Class<?> rawType()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||