Package | Description |
---|---|
net.sf.cglib.core | |
net.sf.cglib.core.internal |
Modifier and Type | Field | Description |
---|---|---|
static Customizer |
KeyFactory.CLASS_BY_NAME |
|
static Customizer |
KeyFactory.OBJECT_BY_CLASS |
Deprecated.
this customizer might result in unexpected class leak since key object still holds a strong reference to the Object and class.
It is recommended to have pre-processing method that would strip Objects and represent Classes as Strings
|
Modifier and Type | Method | Description |
---|---|---|
static void |
EmitUtils.append_string(CodeEmitter e,
org.objectweb.asm.Type type,
EmitUtils.ArrayDelimiters delims,
Customizer customizer) |
Deprecated.
|
static KeyFactory |
KeyFactory.create(ClassLoader loader,
Class keyInterface,
Customizer customizer) |
|
static KeyFactory |
KeyFactory.create(Class keyInterface,
Customizer customizer) |
|
static void |
EmitUtils.hash_code(CodeEmitter e,
org.objectweb.asm.Type type,
int multiplier,
Customizer customizer) |
Deprecated.
|
static void |
EmitUtils.not_equals(CodeEmitter e,
org.objectweb.asm.Type type,
org.objectweb.asm.Label notEquals,
Customizer customizer) |
Deprecated.
|
void |
KeyFactory.Generator.setCustomizer(Customizer customizer) |
Deprecated.
|
Modifier and Type | Method | Description |
---|---|---|
static CustomizerRegistry |
CustomizerRegistry.singleton(Customizer customizer) |
Deprecated.
Only to keep backward compatibility.
|
Copyright © 2018. All rights reserved.