Searched refs:AbstractInvocationHandler (Results 1 – 5 of 5) sorted by relevance
23 import com.google.common.reflect.AbstractInvocationHandler;63 private class DummyHandler extends AbstractInvocationHandler implements Serializable {
28 import com.google.common.reflect.AbstractInvocationHandler;122 T proxy = Reflection.newProxy(interfaceType, new AbstractInvocationHandler() { in testExceptionPropagation()169 private static final class InteractionTester<T> extends AbstractInvocationHandler {
68 import com.google.common.reflect.AbstractInvocationHandler;226 private final class FreshInvocationHandler extends AbstractInvocationHandler {
45 public abstract class AbstractInvocationHandler implements InvocationHandler { class
114 private static class DelegatingInvocationHandler extends AbstractInvocationHandler