Class ObjenesisProxyFactory


  • public class ObjenesisProxyFactory
    extends java.lang.Object
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static java.lang.Object createProxy​(java.lang.Class<?> type, IProxyTargetLocator locator, net.sf.cglib.core.NamingPolicy namingPolicy)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • ObjenesisProxyFactory

        public ObjenesisProxyFactory()
    • Method Detail

      • createProxy

        public static java.lang.Object createProxy​(java.lang.Class<?> type,
                                                   IProxyTargetLocator locator,
                                                   net.sf.cglib.core.NamingPolicy namingPolicy)