Uses of Interface
org.springframework.cglib.core.KeyFactoryCustomizer
Packages that use KeyFactoryCustomizer
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 KeyFactoryCustomizer in org.springframework.cglib.core
Subinterfaces of KeyFactoryCustomizer in org.springframework.cglib.coreModifier and TypeInterfaceDescriptioninterfaceCustomizes key types forKeyFactorywhen building equals, hashCode, and toString.interfaceCustomizes key types forKeyFactoryright in constructor.interfaceMethods in org.springframework.cglib.core with parameters of type KeyFactoryCustomizerModifier and TypeMethodDescriptionvoidKeyFactory.Generator.addCustomizer(KeyFactoryCustomizer customizer) static KeyFactoryKeyFactory.create(ClassLoader loader, Class keyInterface, KeyFactoryCustomizer customizer, List<KeyFactoryCustomizer> next) static KeyFactoryKeyFactory.create(Class keyInterface, KeyFactoryCustomizer first, List<KeyFactoryCustomizer> next) Method parameters in org.springframework.cglib.core with type arguments of type KeyFactoryCustomizerModifier and TypeMethodDescriptionstatic KeyFactoryKeyFactory.create(ClassLoader loader, Class keyInterface, KeyFactoryCustomizer customizer, List<KeyFactoryCustomizer> next) static KeyFactoryKeyFactory.create(Class keyInterface, KeyFactoryCustomizer first, List<KeyFactoryCustomizer> next) -
Uses of KeyFactoryCustomizer in org.springframework.cglib.core.internal
Methods in org.springframework.cglib.core.internal with parameters of type KeyFactoryCustomizer