Class Generics
- java.lang.Object
-
- org.apache.johnzon.mapper.reflection.Generics
-
public final class Generics extends Object
-
-
Constructor Summary
Constructors Modifier Constructor Description privateGenerics()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static Typeresolve(Type value, Type rootClass, Map<Type,Type> resolved)private static TyperesolveParameterizedType(Type value, Type rootClass, Map<Type,Type> resolved)private static TyperesolveTypeVariable(Type value, Type rootClass, Map<Type,Type> resolved)private static TyperesolveWildcardType(Type value)static Map<Type,Type>toResolvedTypes(Type clazz)
-