Uses of Interface
net.sf.cglib.core.KeyFactoryCustomizer
Packages that use KeyFactoryCustomizer
-
Uses of KeyFactoryCustomizer in net.sf.cglib.core
Subinterfaces of KeyFactoryCustomizer in net.sf.cglib.coreModifier and TypeInterfaceDescriptioninterface
Customizes key types forKeyFactory
when building equals, hashCode, and toString.interface
Customizes key types forKeyFactory
right in constructor.interface
Methods in net.sf.cglib.core with parameters of type KeyFactoryCustomizerModifier and TypeMethodDescriptionvoid
KeyFactory.Generator.addCustomizer
(KeyFactoryCustomizer customizer) static KeyFactory
KeyFactory.create
(ClassLoader loader, Class keyInterface, KeyFactoryCustomizer customizer, List<KeyFactoryCustomizer> next) static KeyFactory
KeyFactory.create
(Class keyInterface, KeyFactoryCustomizer first, List<KeyFactoryCustomizer> next) Method parameters in net.sf.cglib.core with type arguments of type KeyFactoryCustomizerModifier and TypeMethodDescriptionstatic KeyFactory
KeyFactory.create
(ClassLoader loader, Class keyInterface, KeyFactoryCustomizer customizer, List<KeyFactoryCustomizer> next) static KeyFactory
KeyFactory.create
(Class keyInterface, KeyFactoryCustomizer first, List<KeyFactoryCustomizer> next) -
Uses of KeyFactoryCustomizer in net.sf.cglib.core.internal
Fields in net.sf.cglib.core.internal with type parameters of type KeyFactoryCustomizerModifier and TypeFieldDescriptionprivate Map<Class,
List<KeyFactoryCustomizer>> CustomizerRegistry.customizers
Methods in net.sf.cglib.core.internal with parameters of type KeyFactoryCustomizer