Class DynamicProxy


  • public class DynamicProxy
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Constructor Description
      DynamicProxy​(@NotNull java.lang.Class<?> proxyType)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      @NotNull java.lang.Object make​(@NotNull java.lang.Object original, @NotNull java.lang.Object proxy)  
      • Methods inherited from class java.lang.Object

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

      • DynamicProxy

        public DynamicProxy​(@NotNull
                            @NotNull java.lang.Class<?> proxyType)
    • Method Detail

      • make

        @NotNull
        public @NotNull java.lang.Object make​(@NotNull
                                              @NotNull java.lang.Object original,
                                              @NotNull
                                              @NotNull java.lang.Object proxy)