public class FormProxyHandler<T> extends BeanProxyHandler<T>
| Modifier and Type | Field and Description |
|---|---|
protected static javassist.util.proxy.MethodFilter |
FORM_METHOD_FILTER |
_cache, _dirtyFieldNames, _node, _origin, BEAN_METHOD_FILTER| Constructor and Description |
|---|
FormProxyHandler(T origin) |
| Modifier and Type | Method and Description |
|---|---|
Object |
invoke(Object self,
Method method,
Method proceed,
Object[] args) |
isSetMethodHandledprotected static javassist.util.proxy.MethodFilter FORM_METHOD_FILTER
public FormProxyHandler(T origin)
Copyright © 2020. All rights reserved.