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