Package net.elytrium.serializer.utils
Class GenericUtils
java.lang.Object
net.elytrium.serializer.utils.GenericUtils
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic intgetParameterIndex(TypeVariable<?>[] variables, TypeVariable<?> expected) static TypegetParameterType(Class<?> parent, Type type, int index) static TypegetParameterTypeFromSuperclass(Class<?> parent, Type type, Type superclass, int searchIndex) static Class<?>
-
Constructor Details
-
GenericUtils
public GenericUtils()
-
-
Method Details
-
unwrapClassParameterizedType
-
getParameterTypeFromSuperclass
-
getParameterType
-
getParameterIndex
-