Uses of Class
net.sf.cglib.core.KeyFactory
Packages that use KeyFactory
-
Uses of KeyFactory in net.sf.cglib.core
Methods in net.sf.cglib.core that return KeyFactoryModifier and TypeMethodDescriptionstatic KeyFactory
static KeyFactory
KeyFactory.create
(ClassLoader loader, Class keyInterface, Customizer customizer) static KeyFactory
KeyFactory.create
(ClassLoader loader, Class keyInterface, KeyFactoryCustomizer customizer, List<KeyFactoryCustomizer> next) static KeyFactory
KeyFactory.create
(Class keyInterface, Customizer customizer) static KeyFactory
KeyFactory.create
(Class keyInterface, KeyFactoryCustomizer first, List<KeyFactoryCustomizer> next) KeyFactory.Generator.create()