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 KeyFactory
KeyFactory. create(java.lang.Class keyInterface)
static KeyFactory
KeyFactory. create(java.lang.ClassLoader loader, java.lang.Class keyInterface, Customizer customizer)
static KeyFactory
KeyFactory. create(java.lang.ClassLoader loader, java.lang.Class keyInterface, KeyFactoryCustomizer customizer, java.util.List<KeyFactoryCustomizer> next)
static KeyFactory
KeyFactory. create(java.lang.Class keyInterface, Customizer customizer)
static KeyFactory
KeyFactory. create(java.lang.Class keyInterface, KeyFactoryCustomizer first, java.util.List<KeyFactoryCustomizer> next)
KeyFactory
KeyFactory.Generator. create()
-