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 T |
_origin |
protected static javassist.util.proxy.MethodFilter |
BEAN_METHOD_FILTER |
| Constructor and Description |
|---|
BeanProxyHandler(T origin) |
| Modifier and Type | Method and Description |
|---|---|
protected static String |
capitalize(String prefix,
String attr) |
Object |
invoke(Object self,
Method method,
Method proceed,
Object[] args) |
protected static String |
toAttrName(Method method) |
protected static String |
toAttrName(Method method,
int prefix) |
protected static String |
toGetter(String attr) |
protected static String |
toSetter(String attr) |
protected static javassist.util.proxy.MethodFilter BEAN_METHOD_FILTER
protected T _origin
public BeanProxyHandler(T origin)
Copyright © 2015. All rights reserved.