Uses of Class
com.fasterxml.classmate.GenericType
-
Packages that use GenericType Package Description com.fasterxml.classmate Package that contains main public interface of ClassMate package. -
-
Uses of GenericType in com.fasterxml.classmate
Methods in com.fasterxml.classmate with parameters of type GenericType Modifier and Type Method Description private ResolvedType
TypeResolver. _fromGenericType(ClassStack context, GenericType<?> generic, TypeBindings typeBindings)
Factory method for resolving given generic type, defined by using sub-class instance ofGenericType
-