public class GenericsUtil extends Object
Constructor and Description |
---|
GenericsUtil() |
Modifier and Type | Method and Description |
---|---|
protected static void |
appendTypeGenericInfo(Type type,
StringBuilder sb,
Set<String> doneVars) |
static ClassLoader |
findClassLoader(Type type) |
static String |
getGenericName(Type type)
Create the name of the generic type
|
public static String getGenericName(Type type)
type
- the generic typeprotected static void appendTypeGenericInfo(Type type, StringBuilder sb, Set<String> doneVars)
public static ClassLoader findClassLoader(Type type)
Copyright © 2013 JBoss, a division of Red Hat, Inc.. All Rights Reserved.