Uses of Interface
net.sf.cglib.core.Customizer
-
Packages that use Customizer Package Description net.sf.cglib.core net.sf.cglib.core.internal -
-
Uses of Customizer in net.sf.cglib.core
Fields in net.sf.cglib.core declared as Customizer 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.Methods in net.sf.cglib.core with parameters of type Customizer 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(java.lang.ClassLoader loader, java.lang.Class keyInterface, Customizer customizer)
static KeyFactory
KeyFactory. create(java.lang.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. -
Uses of Customizer in net.sf.cglib.core.internal
Methods in net.sf.cglib.core.internal with parameters of type Customizer Modifier and Type Method Description static CustomizerRegistry
CustomizerRegistry. singleton(Customizer customizer)
Deprecated.Only to keep backward compatibility.
-