public class ViewModelProxyHandler<T>
extends java.lang.Object
implements javassist.util.proxy.MethodHandler, java.io.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 |
---|---|
java.lang.Object |
invoke(java.lang.Object self,
java.lang.reflect.Method method,
java.lang.reflect.Method proceed,
java.lang.Object[] args) |
Copyright © 2005-2018 Potix Corporation. All Rights Reserved.