Uses of Class
org.springframework.cglib.core.internal.CustomizerRegistry
Packages that use CustomizerRegistry
Package
Description
Spring's repackaging of the
CGLIB core package
(for internal use only).
Spring's repackaging of the
CGLIB core internal package
(for internal use only).
-
Uses of CustomizerRegistry in org.springframework.cglib.core
Methods in org.springframework.cglib.core with parameters of type CustomizerRegistryModifier and TypeMethodDescriptionstatic voidEmitUtils.append_string(CodeEmitter e, Type type, EmitUtils.ArrayDelimiters delims, CustomizerRegistry registry) static voidEmitUtils.hash_code(CodeEmitter e, Type type, int multiplier, CustomizerRegistry registry) static voidEmitUtils.not_equals(CodeEmitter e, Type type, Label notEquals, CustomizerRegistry registry) Branches to the specified label if the top two items on the stack are not equal. -
Uses of CustomizerRegistry in org.springframework.cglib.core.internal
Methods in org.springframework.cglib.core.internal that return CustomizerRegistryModifier and TypeMethodDescriptionstatic CustomizerRegistryCustomizerRegistry.singleton(Customizer customizer) Deprecated.Only to keep backward compatibility.