Uses of Interface
org.springframework.cglib.core.Customizer
Packages that use Customizer
-
Uses of Customizer in org.springframework.cglib.core
Fields in org.springframework.cglib.core declared as CustomizerModifier and TypeFieldDescriptionstatic final CustomizerKeyFactory.CLASS_BY_NAMEstatic final 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 org.springframework.cglib.core with parameters of type CustomizerModifier and TypeMethodDescriptionstatic voidEmitUtils.append_string(CodeEmitter e, Type type, EmitUtils.ArrayDelimiters delims, Customizer customizer) Deprecated.static KeyFactoryKeyFactory.create(ClassLoader loader, Class keyInterface, Customizer customizer) static KeyFactoryKeyFactory.create(Class keyInterface, Customizer customizer) static voidEmitUtils.hash_code(CodeEmitter e, Type type, int multiplier, Customizer customizer) Deprecated.static voidEmitUtils.not_equals(CodeEmitter e, Type type, Label notEquals, Customizer customizer) Deprecated.voidKeyFactory.Generator.setCustomizer(Customizer customizer) Deprecated. -
Uses of Customizer in org.springframework.cglib.core.internal
Methods in org.springframework.cglib.core.internal with parameters of type CustomizerModifier and TypeMethodDescriptionstatic CustomizerRegistryCustomizerRegistry.singleton(Customizer customizer) Deprecated.Only to keep backward compatibility.