Searched refs:AbstractInvocationHandler (Results 1 – 12 of 12) sorted by relevance
25 import com.google.common.reflect.AbstractInvocationHandler;64 private class DummyHandler extends AbstractInvocationHandler implements Serializable {
29 import com.google.common.reflect.AbstractInvocationHandler;134 new AbstractInvocationHandler() { in testExceptionPropagation()184 private static final class InteractionTester<T> extends AbstractInvocationHandler {
68 import com.google.common.reflect.AbstractInvocationHandler;283 private final class FreshInvocationHandler extends AbstractInvocationHandler {
68 import com.google.common.reflect.AbstractInvocationHandler;285 private final class FreshInvocationHandler extends AbstractInvocationHandler {
42 public abstract class AbstractInvocationHandler implements InvocationHandler { class
32 import com.google.common.reflect.AbstractInvocationHandler;352 new AbstractInvocationHandler() {
113 private static class DelegatingInvocationHandler extends AbstractInvocationHandler