Package org.dalesbred.internal.utils
Class TypeUtils
java.lang.Object
org.dalesbred.internal.utils.TypeUtils
-
Method Summary
Modifier and TypeMethodDescriptionstatic @NotNull Class<?>
static @NotNull Type[]
genericInterfaces
(@NotNull Type type) static @Nullable Type
genericSuperClass
(@NotNull Type type) static boolean
isAssignable
(@NotNull Type target, @NotNull Type source) static boolean
static boolean
isPrimitive
(@NotNull Type type) static @NotNull Class<?>
static @NotNull Type
typeParameter
(@NotNull Type type)
-
Method Details
-
rawType
-
typeParameter
-
isEnum
-
isPrimitive
-
arrayType
-
genericSuperClass
-
genericInterfaces
-
isAssignable
-