Uses of Class
de.quantummaid.reflectmaid.GenericType
-
Packages that use GenericType Package Description de.quantummaid.reflectmaid -
-
Uses of GenericType in de.quantummaid.reflectmaid
Methods in de.quantummaid.reflectmaid that return GenericType Modifier and Type Method Description static <T> GenericType<T>GenericType. fromResolvedType(ResolvedType type)static <T> GenericType<T>GenericType. genericType(TypeToken<T> typeToken)static <T> GenericType<T>GenericType. genericType(Class<?> type, GenericType<?>... genericParameters)static <T> GenericType<T>GenericType. genericType(Class<?> type, Class<?>... genericParameters)static <T> GenericType<T>GenericType. genericType(Class<T> type)Methods in de.quantummaid.reflectmaid with parameters of type GenericType Modifier and Type Method Description static <T> GenericType<T>GenericType. genericType(Class<?> type, GenericType<?>... genericParameters)
-