public class TypeReferenceImp<T>
extends com.fasterxml.jackson.core.type.TypeReference<T>
限定符和类型 | 字段和说明 |
---|---|
protected java.lang.reflect.Type |
_type2 |
构造器和说明 |
---|
TypeReferenceImp(java.lang.reflect.Type p) |
public java.lang.reflect.Type getType()
getType
在类中 com.fasterxml.jackson.core.type.TypeReference<T>