public class TypeReferencex<T> extends Object
| 限定符 | 构造器和说明 |
|---|---|
protected |
TypeReferencex()
Constructs a new type literal.
|
protected final Type type
protected TypeReferencex()
Clients create an empty anonymous subclass. Doing so embeds the type parameter in the anonymous class's type hierarchy so we can reconstitute it at runtime despite erasure.
protected void printType(Type type)
Copyright © 2020. All rights reserved.