public class BeanProxyHandler<T> extends Object implements javassist.util.proxy.MethodHandler, Serializable
| Modifier and Type | Field and Description |
|---|---|
protected Map<String,Object> |
_cache |
protected Set<String> |
_dirtyFieldNames |
protected ProxyNode |
_node |
protected T |
_origin |
protected static javassist.util.proxy.MethodFilter |
BEAN_METHOD_FILTER |
| Constructor and Description |
|---|
BeanProxyHandler(T origin) |
| Modifier and Type | Method and Description |
|---|---|
Object |
invoke(Object self,
Method method,
Method proceed,
Object[] args) |
protected static boolean |
isSetMethodHandled(Method m) |
Copyright © 2020. All rights reserved.