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 CustomizerKeyFactory. CLASS_BY_NAMEstatic CustomizerKeyFactory. OBJECT_BY_CLASSDeprecated.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 voidEmitUtils. append_string(CodeEmitter e, org.objectweb.asm.Type type, EmitUtils.ArrayDelimiters delims, Customizer customizer)Deprecated.static KeyFactoryKeyFactory. create(java.lang.ClassLoader loader, java.lang.Class keyInterface, Customizer customizer)static KeyFactoryKeyFactory. create(java.lang.Class keyInterface, Customizer customizer)static voidEmitUtils. hash_code(CodeEmitter e, org.objectweb.asm.Type type, int multiplier, Customizer customizer)Deprecated.static voidEmitUtils. not_equals(CodeEmitter e, org.objectweb.asm.Type type, org.objectweb.asm.Label notEquals, Customizer customizer)Deprecated.voidKeyFactory.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 CustomizerRegistryCustomizerRegistry. singleton(Customizer customizer)Deprecated.Only to keep backward compatibility.
-