public class LogProxy<T> extends Object implements InvocationHandler
| Modifier and Type | Method and Description |
|---|---|
T |
getProxy() |
Object |
invoke(Object proxy,
Method method,
Object[] args) |
static <T> T |
wrap(Class<T> interfaceClass,
T object) |
Copyright © 2020. All rights reserved.