Searched refs:ImplementsCallable (Results 1 – 1 of 1) sorted by relevance
821 ImplementsCallable proxy = proxyFor(ImplementsCallable.class) in testImplementInterfaceCallingThroughConcreteClass()827 proxy, ImplementsCallable.class.getMethod("call"))); in testImplementInterfaceCallingThroughConcreteClass()848 Callable<?> proxy = proxyFor(ImplementsCallable.class) in testImplementInterfaceCallingThroughInterface()862 public static class ImplementsCallable implements Callable<String> { class in ProxyBuilderTest