public class ASMHelper extends Object
Modifier and Type | Class and Description |
---|---|
static class |
ASMHelper.TypeHelperClassLoader |
Modifier and Type | Field and Description |
---|---|
protected static Map<Class<?>,WeakReference<ASMHelper.TypeHelperClassLoader>> |
LOADER_MAP |
protected static Map<Class<?>,String> |
NONPRIMITIVE_MAP |
protected static boolean |
oldASM |
protected static Map<Class<?>,String> |
PRIMITIVE_MAP |
Constructor and Description |
---|
ASMHelper() |
Modifier and Type | Method and Description |
---|---|
org.objectweb.asm.ClassWriter |
createClassWriter() |
Class<?> |
findClass(String className,
Class clz) |
static String |
getClassCode(Class<?> cl) |
static String |
getClassCode(Type type) |
protected static String |
getMethodSignature(Method m) |
Class<?> |
loadClass(String className,
Class clz,
byte[] bytes) |
protected static String |
periodToSlashes(String s) |
protected static final Map<Class<?>,WeakReference<ASMHelper.TypeHelperClassLoader>> LOADER_MAP
protected static boolean oldASM
Apache CXF