Uses of Class
de.quantummaid.reflectmaid.TypeVariableName
-
Packages that use TypeVariableName Package Description de.quantummaid.reflectmaid -
-
Uses of TypeVariableName in de.quantummaid.reflectmaid
Methods in de.quantummaid.reflectmaid that return TypeVariableName Modifier and Type Method Description static TypeVariableNameTypeVariableName. typeVariableName(TypeVariable<?> typeVariable)static TypeVariableNameTypeVariableName. typeVariableName(String name)Methods in de.quantummaid.reflectmaid that return types with arguments of type TypeVariableName Modifier and Type Method Description static List<TypeVariableName>TypeVariableName. typeVariableNamesOf(Class<?> type)Methods in de.quantummaid.reflectmaid with parameters of type TypeVariableName Modifier and Type Method Description ResolvedTypeClassType. typeParameter(TypeVariableName name)static UnresolvableTypeVariableExceptionUnresolvableTypeVariableException. unresolvableTypeVariableException(TypeVariableName variableName)Method parameters in de.quantummaid.reflectmaid with type arguments of type TypeVariableName Modifier and Type Method Description static ClassTypeClassType. fromClassWithGenerics(Class<?> type, Map<TypeVariableName,ResolvedType> typeParameters)
-