Searched refs:DelegatingInvocationHandler (Results 1 – 4 of 4) sorted by relevance
34 List<DelegatingInvocationHandler<T>> invocationHandlers;74 DelegatingInvocationHandler<T> invocationHandler = new DelegatingInvocationHandler<>(); in createProxy()90 for (DelegatingInvocationHandler<T> handler : invocationHandlers) { in setProxyDelegates()
24 class DelegatingInvocationHandler<T> implements InvocationHandler { class
83 return Reflection.newProxy(List.class, new DelegatingInvocationHandler(delegate)); in newDelegatingList()113 private static class DelegatingInvocationHandler extends AbstractInvocationHandler class in AbstractInvocationHandlerTest117 DelegatingInvocationHandler(Object delegate) { in DelegatingInvocationHandler() method in AbstractInvocationHandlerTest.DelegatingInvocationHandler132 private static class DelegatingInvocationHandlerWithEquals extends DelegatingInvocationHandler {