public class CloseableProxyFactory extends Object
| Constructor and Description |
|---|
CloseableProxyFactory() |
| Modifier and Type | Method and Description |
|---|---|
static <C extends Closeable> |
createProxy(Class<C> clazz,
C instance,
CloseListener listener) |
public static <C extends Closeable> C createProxy(Class<C> clazz, C instance, CloseListener listener) throws NoSuchMethodException
NoSuchMethodExceptionCopyright © 2019. All rights reserved.