Home
last modified time | relevance | path

Searched refs:DelegatingInvocationHandler (Results 1 – 4 of 4) sorted by relevance

/external/guice/core/src/com/google/inject/internal/
DConstructionContext.java34 List<DelegatingInvocationHandler<T>> invocationHandlers;
74 DelegatingInvocationHandler<T> invocationHandler = new DelegatingInvocationHandler<>(); in createProxy()
90 for (DelegatingInvocationHandler<T> handler : invocationHandlers) { in setProxyDelegates()
DDelegatingInvocationHandler.java24 class DelegatingInvocationHandler<T> implements InvocationHandler { class
/external/guava/android/guava-tests/test/com/google/common/reflect/
DAbstractInvocationHandlerTest.java83 return Reflection.newProxy(List.class, new DelegatingInvocationHandler(delegate)); in newDelegatingList()
113 private static class DelegatingInvocationHandler extends AbstractInvocationHandler class in AbstractInvocationHandlerTest
117 DelegatingInvocationHandler(Object delegate) { in DelegatingInvocationHandler() method in AbstractInvocationHandlerTest.DelegatingInvocationHandler
132 private static class DelegatingInvocationHandlerWithEquals extends DelegatingInvocationHandler {
/external/guava/guava-tests/test/com/google/common/reflect/
DAbstractInvocationHandlerTest.java83 return Reflection.newProxy(List.class, new DelegatingInvocationHandler(delegate)); in newDelegatingList()
113 private static class DelegatingInvocationHandler extends AbstractInvocationHandler class in AbstractInvocationHandlerTest
117 DelegatingInvocationHandler(Object delegate) { in DelegatingInvocationHandler() method in AbstractInvocationHandlerTest.DelegatingInvocationHandler
132 private static class DelegatingInvocationHandlerWithEquals extends DelegatingInvocationHandler {