public final class ProxyUtils extends Object
Modifier and Type | Method and Description |
---|---|
static <T> T |
newProxyInstance(Class<T> type,
InvocationHandler handler) |
static <T> T |
newProxyInstance(ClassLoader cl,
Class<T> type,
InvocationHandler handler) |
static Throwable |
unwrapInvocationThrowable(Throwable t) |
public static <T> T newProxyInstance(Class<T> type, InvocationHandler handler)
public static <T> T newProxyInstance(ClassLoader cl, Class<T> type, InvocationHandler handler)
Copyright © 2008–2024 The Apache Software Foundation. All rights reserved.