| KeyFactory | KeyFactory.Generator. create() | 
| static KeyFactory | KeyFactory. create(Class keyInterface) | 
| static KeyFactory | KeyFactory. create(Class keyInterface,
      org.springframework.cglib.core.Customizer customizer) | 
| static KeyFactory | KeyFactory. create(Class keyInterface,
      org.springframework.cglib.core.KeyFactoryCustomizer first,
      List<org.springframework.cglib.core.KeyFactoryCustomizer> next) | 
| static KeyFactory | KeyFactory. create(ClassLoader loader,
      Class keyInterface,
      org.springframework.cglib.core.Customizer customizer) | 
| static KeyFactory | KeyFactory. create(ClassLoader loader,
      Class keyInterface,
      org.springframework.cglib.core.KeyFactoryCustomizer customizer,
      List<org.springframework.cglib.core.KeyFactoryCustomizer> next) |