Class ProxyCreator


  • public class ProxyCreator
    extends Object
    Created by Viliam Repan (lazyman).
    • Constructor Detail

      • ProxyCreator

        public ProxyCreator()
    • Method Detail

      • getProxy

        public static <T> T getProxy​(Class<T> type,
                                     Supplier<T> factory)