Methods in net.sf.cglib.core with parameters of type Customizer |
static KeyFactory |
KeyFactory.create(java.lang.Class keyInterface,
Customizer customizer)
|
void |
KeyFactory.Generator.setCustomizer(Customizer customizer)
|
static void |
EmitUtils.hash_code(CodeEmitter e,
org.objectweb.asm.Type type,
int multiplier,
Customizer customizer)
|
static void |
EmitUtils.not_equals(CodeEmitter e,
org.objectweb.asm.Type type,
org.objectweb.asm.Label notEquals,
Customizer customizer)
Branches to the specified label if the top two items on the stack
are not equal. |
static void |
EmitUtils.append_string(CodeEmitter e,
org.objectweb.asm.Type type,
EmitUtils.ArrayDelimiters delims,
Customizer customizer)
|