Class ProxyConstructorFactory


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

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      <T> java.lang.reflect.Constructor<T> getProxyConstructor​(java.lang.Class<T> interfaceClass, java.lang.Class<?>... otherInterfaceClasses)  
      • Methods inherited from class java.lang.Object

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

      • ProxyConstructorFactory

        public ProxyConstructorFactory()
    • Method Detail

      • getProxyConstructor

        public <T> java.lang.reflect.Constructor<T> getProxyConstructor​(java.lang.Class<T> interfaceClass,
                                                                        java.lang.Class<?>... otherInterfaceClasses)