class TypeFactory extends Object
ParameterizedTypes and GenericArrayTypes.
These are not supposed to be mixed with Java's implementations - beware of
equality/identity problems.| 构造器和说明 |
|---|
TypeFactory() |
| 限定符和类型 | 方法和说明 |
|---|---|
(专用程序包) static Type |
createArrayType(Type componentType) |
(专用程序包) static ParameterizedType |
createParameterizedType(Type rawType,
Type[] substTypeArgs,
Type ownerType) |
Copyright © 2020. All rights reserved.