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