public static class MethodContext.InterfaceMethodContext
extends java.lang.Object
Constructor and Description |
---|
InterfaceMethodContext(MethodContext beanMethod,
java.lang.reflect.Method method) |
Modifier and Type | Method and Description |
---|---|
MethodContext |
getBeanMethod() |
java.lang.reflect.Method |
getMethod() |
TransactionType |
getTransactionType() |
void |
setTransactionType(TransactionType transactionType) |
public InterfaceMethodContext(MethodContext beanMethod, java.lang.reflect.Method method)
public java.lang.reflect.Method getMethod()
public void setTransactionType(TransactionType transactionType)
public TransactionType getTransactionType()
public MethodContext getBeanMethod()