类 ReflectionTypeReference
java.lang.Object
cn.taketoday.aot.hint.AbstractTypeReference
cn.taketoday.aot.hint.ReflectionTypeReference
- 所有已实现的接口:
TypeReference,Comparable<TypeReference>
A
TypeReference based on a Class.- 从以下版本开始:
- 4.0
- 作者:
- Stephane Nicoll, Sebastien Deleuze
-
字段概要
字段 -
构造器概要
构造器 -
方法概要
修饰符和类型方法说明Return the canonical name of this type reference.private static TypeReferencegetEnclosingClass(Class<?> type) protected boolean(专用程序包) static ReflectionTypeReferenceCreate an instance based on the specified type.从类继承的方法 cn.taketoday.aot.hint.AbstractTypeReference
addPackageIfNecessary, compareTo, equals, getEnclosingType, getName, getPackageName, getSimpleName, hashCode, toString
-
字段详细资料
-
type
-
-
构造器详细资料
-
ReflectionTypeReference
-
-
方法详细资料
-
getEnclosingClass
-
of
从接口复制的说明:TypeReferenceCreate an instance based on the specified type.- 参数:
type- the type to wrap- 返回:
- a type reference for the specified type
-
getCanonicalName
从接口复制的说明:TypeReferenceReturn the canonical name of this type reference.- 返回:
- the canonical name
-
isPrimitive
protected boolean isPrimitive()- 指定者:
isPrimitive在类中AbstractTypeReference
-