Uses of Class
net.sf.cglib.core.KeyFactory
-
Packages that use KeyFactory Package Description net.sf.cglib.core -
-
Uses of KeyFactory in net.sf.cglib.core
Methods in net.sf.cglib.core that return KeyFactory Modifier and Type Method Description static KeyFactoryKeyFactory. create(java.lang.Class keyInterface)static KeyFactoryKeyFactory. create(java.lang.ClassLoader loader, java.lang.Class keyInterface, Customizer customizer)static KeyFactoryKeyFactory. create(java.lang.ClassLoader loader, java.lang.Class keyInterface, KeyFactoryCustomizer customizer, java.util.List<KeyFactoryCustomizer> next)static KeyFactoryKeyFactory. create(java.lang.Class keyInterface, Customizer customizer)static KeyFactoryKeyFactory. create(java.lang.Class keyInterface, KeyFactoryCustomizer first, java.util.List<KeyFactoryCustomizer> next)KeyFactoryKeyFactory.Generator. create()
-