| Constructor and Description |
|---|
ProxyUtils() |
| Modifier and Type | Method and Description |
|---|---|
static Object |
newProxyInstance(Object implementation,
InvocationHandler h) |
static Object |
newProxyInstance(Object implementation,
InvocationHandler h,
Class inter) |
public static final Object newProxyInstance(Object implementation, InvocationHandler h)
public static final Object newProxyInstance(Object implementation, InvocationHandler h, Class inter)
Copyright © 2016. All rights reserved.