Class SpringProxy


  • @Internal
    public class SpringProxy
    extends Object
    This class is used to create new instances of classes and proxies to classes. Uses the same library Spring uses. Like Spring it can create proxies to classes without interfaces.
    • Constructor Detail

      • SpringProxy

        public SpringProxy()
    • Method Detail

      • newInstance

        public static Object newInstance​(Class<?> clazz)
      • newProxyInstance

        @NotNull
        public static @NotNull Object newProxyInstance​(Class<?> type,
                                                       org.springframework.cglib.proxy.Callback invocationHandler)