public class ContractInvocationHandler
extends java.lang.Object
implements java.lang.reflect.InvocationHandler
Modifier and Type | Field and Description |
---|---|
protected hera.contract.internal.ContractInvocationHandler.ContractInvocator |
contractInvocator |
protected org.slf4j.Logger |
logger |
Modifier and Type | Method and Description |
---|---|
java.lang.Object |
invoke(java.lang.Object proxy,
java.lang.reflect.Method method,
java.lang.Object[] args) |
protected boolean |
isPrepareMethod(java.lang.reflect.Method method) |
protected final transient org.slf4j.Logger logger
protected final hera.contract.internal.ContractInvocationHandler.ContractInvocator contractInvocator
public java.lang.Object invoke(java.lang.Object proxy, java.lang.reflect.Method method, java.lang.Object[] args) throws java.lang.Throwable
invoke
in interface java.lang.reflect.InvocationHandler
java.lang.Throwable
protected boolean isPrepareMethod(java.lang.reflect.Method method)