Searched refs:FreshInvocationHandler (Results 1 – 1 of 1) sorted by relevance
225 return Reflection.newProxy(interfaceType, new FreshInvocationHandler(interfaceType)); in newProxy()228 private final class FreshInvocationHandler extends AbstractInvocationHandler { class in FreshValueGenerator232 FreshInvocationHandler(Class<?> interfaceType) { in FreshInvocationHandler() method in FreshValueGenerator.FreshInvocationHandler245 if (obj instanceof FreshInvocationHandler) { in equals()246 FreshInvocationHandler that = (FreshInvocationHandler) obj; in equals()