Class TypeVariables
java.lang.Object
org.hibernate.validator.internal.util.TypeVariables
Provides some utility methods for TypeVariables.
- Author:
- Guillaume Smet
-
Method Summary
Modifier and TypeMethodDescriptionstatic TypeVariable<?>getActualTypeParameter(TypeVariable<?> typeParameter) static Class<?>getContainerClass(TypeVariable<?> typeParameter) static TypegetContainerElementType(Type type, TypeVariable<?> typeParameter) static IntegergetTypeParameterIndex(TypeVariable<?> typeParameter) static StringgetTypeParameterName(Class<?> clazz, int typeParameterIndex) static booleanisAnnotatedObject(TypeVariable<?> typeParameter) static booleanisArrayElement(TypeVariable<?> typeParameter) static booleanisInternal(TypeVariable<?> typeParameter)
-
Method Details
-
getContainerClass
-
getActualTypeParameter
-
isInternal
-
isAnnotatedObject
-
isArrayElement
-
getTypeParameterName
-
getTypeParameterIndex
-
getContainerElementType
-