Class CachingBdmResponseProxyInvocationHandler
- java.lang.Object
-
- org.bonitasoft.web.client.services.impl.bdm.BdmResponseProxyInvocationHandler
-
- org.bonitasoft.web.client.services.impl.bdm.CachingBdmResponseProxyInvocationHandler
-
- All Implemented Interfaces:
InvocationHandler
public class CachingBdmResponseProxyInvocationHandler extends BdmResponseProxyInvocationHandler
-
-
Constructor Summary
Constructors Constructor Description CachingBdmResponseProxyInvocationHandler(BdmResponseConverter bdmResponseConverter, Map<String,Object> jsonData)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Objectinvoke(Object proxy, Method method, Object[] args)-
Methods inherited from class org.bonitasoft.web.client.services.impl.bdm.BdmResponseProxyInvocationHandler
getFieldKey, getLinkKey, lowercaseFirst
-
-
-
-
Constructor Detail
-
CachingBdmResponseProxyInvocationHandler
public CachingBdmResponseProxyInvocationHandler(BdmResponseConverter bdmResponseConverter, Map<String,Object> jsonData)
-
-
Method Detail
-
invoke
public Object invoke(Object proxy, Method method, Object[] args) throws Throwable
- Specified by:
invokein interfaceInvocationHandler- Overrides:
invokein classBdmResponseProxyInvocationHandler- Throws:
Throwable
-
-