Class BdmResponseProxyInvocationHandler
- java.lang.Object
-
- org.bonitasoft.web.client.services.impl.bdm.BdmResponseProxyInvocationHandler
-
- All Implemented Interfaces:
InvocationHandler
- Direct Known Subclasses:
CachingBdmResponseProxyInvocationHandler
public class BdmResponseProxyInvocationHandler extends Object implements InvocationHandler
-
-
Constructor Summary
Constructors Constructor Description BdmResponseProxyInvocationHandler(BdmResponseConverter bdmResponseConverter, Map<String,Object> jsonData)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected StringgetFieldKey(Method method)protected StringgetLinkKey(Method method)Objectinvoke(Object proxy, Method method, Object[] args)protected StringlowercaseFirst(String text)
-
-
-
Constructor Detail
-
BdmResponseProxyInvocationHandler
public BdmResponseProxyInvocationHandler(BdmResponseConverter bdmResponseConverter, Map<String,Object> jsonData)
-
-