Searched defs:newProxy (Results 1 – 6 of 6) sorted by relevance
84 public <T> T newProxy(final T target, Class<T> interfaceType, in newProxy() method in SimpleTimeLimiter189 private static <T> T newProxy( in newProxy() method in SimpleTimeLimiter
39 public <T> T newProxy(T target, Class<T> interfaceType, long timeoutDuration, in newProxy() method in FakeTimeLimiter
78 <T> T newProxy(T target, Class<T> interfaceType, in newProxy() method
86 public static <T> T newProxy( in newProxy() method in Reflection
46 final <T> T newProxy(TypeToken<T> interfaceType) { in newProxy() method in DummyProxy
224 final <T> T newProxy(final Class<T> interfaceType) { in newProxy() method in FreshValueGenerator