Class RedirectProxy<S,​D>


  • public class RedirectProxy<S,​D>
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Constructor Description
      RedirectProxy()  
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static <S,​D>
      S
      createProxy​(java.lang.Class<S> source, D destination, java.lang.Object... arguments)  
      • Methods inherited from class java.lang.Object

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

      • RedirectProxy

        public RedirectProxy()
    • Method Detail

      • createProxy

        public static <S,​D> S createProxy​(java.lang.Class<S> source,
                                                D destination,
                                                java.lang.Object... arguments)