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 TypeInterfaceDescriptioninterfaceCustomizes key types forKeyFactorywhen building equals, hashCode, and toString.interfaceCustomizes key types forKeyFactoryright in constructor.interfaceMethods in net.sf.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 net.sf.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 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.customizersMethods in net.sf.cglib.core.internal with parameters of type KeyFactoryCustomizer