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 TypegenericSuperClass(@NotNull Type type) static booleanisAssignable(@NotNull Type target, @NotNull Type source) static booleanstatic booleanisPrimitive(@NotNull Type type) static @NotNull Class<?> static @NotNull TypetypeParameter(@NotNull Type type)
-
Method Details
-
rawType
-
typeParameter
-
isEnum
-
isPrimitive
-
arrayType
-
genericSuperClass
-
genericInterfaces
-
isAssignable
-