-
- All Implemented Interfaces:
public final class TypeWrapper
-
-
Constructor Summary
Constructors Constructor Description TypeWrapper(Type type)
-
Method Summary
Modifier and Type Method Description final TypegetType()final BooleanisParametrized()final TypetypeArgument(Integer i)final BooleanisEnum()-
-
Constructor Detail
-
TypeWrapper
TypeWrapper(Type type)
-
-
Method Detail
-
isParametrized
final Boolean isParametrized()
-
typeArgument
final Type typeArgument(Integer i)
-
-
-
-