Searched refs:AbstractInvocationHandler (Results 1 – 12 of 12) sorted by relevance
26 import com.google.common.reflect.AbstractInvocationHandler;68 private class DummyHandler extends AbstractInvocationHandler implements Serializable {
30 import com.google.common.reflect.AbstractInvocationHandler;140 new AbstractInvocationHandler() { in testExceptionPropagation()190 private static final class InteractionTester<T> extends AbstractInvocationHandler {
69 import com.google.common.reflect.AbstractInvocationHandler;287 private final class FreshInvocationHandler extends AbstractInvocationHandler {
69 import com.google.common.reflect.AbstractInvocationHandler;283 private final class FreshInvocationHandler extends AbstractInvocationHandler {
42 public abstract class AbstractInvocationHandler implements InvocationHandler { class
32 import com.google.common.reflect.AbstractInvocationHandler;353 new AbstractInvocationHandler() {
114 private static class DelegatingInvocationHandler extends AbstractInvocationHandler