public final class AsmFactory extends Object
| Constructor and Description |
|---|
AsmFactory() |
| Modifier and Type | Method and Description |
|---|---|
static AsmAccessor |
generateAccessor(Class<?> delegateKlass) |
static AsmAccessor |
generateAccessor(KlassInfo delegateKlass) |
static int |
getThreshold() |
static void |
setDebugEnabled(boolean enabled) |
static void |
setThreshold(int value) |
public static int getThreshold()
public static void setThreshold(int value)
public static void setDebugEnabled(boolean enabled)
public static AsmAccessor generateAccessor(Class<?> delegateKlass)
public static AsmAccessor generateAccessor(KlassInfo delegateKlass)
Copyright © 2016 jetbrick. All rights reserved.