public interface ICallHandler
static final Object UNHANDLED
Object call(Object proxy, Class<?> iface, String name, String actualName, Class<?> returnType, Class<?>[] paramTypes, Object[] args)
proxy
- The proxy instance delegating this call, null if not a proxyiface
- The extended interface and owner of the methodname
- The name of the methodactualName
- The actual name of the property associated with the method e.g., a Json name that is not a legal Java identifier, can be nullreturnType
- The return type of the methodparamTypes
- The parameter types of the methodargs
- The arguments from the call siteCopyright © 2024. All rights reserved.