public class ViewModelProxyHandler<T> extends Object implements javassist.util.proxy.MethodHandler, Serializable
| Modifier and Type | Field and Description |
|---|---|
protected T |
_origin |
protected static javassist.util.proxy.MethodFilter |
VIEWMODEL_METHOD_FILTER |
| Constructor and Description |
|---|
ViewModelProxyHandler(T origin) |
| Modifier and Type | Method and Description |
|---|---|
Object |
invoke(Object self,
Method method,
Method proceed,
Object[] args) |
Copyright © 2026. All rights reserved.