@Module public class EjbMethod extends java.lang.Object
Constructor and Description |
---|
EjbMethod() |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getMethodName() |
boolean |
isMatch(AnnotatedMethod<?> otherMethod) |
boolean |
isMatch(java.lang.reflect.Method otherMethod) |
void |
setMethodName(java.lang.String methodName) |
void |
setMethodParams(MethodParams methodParams) |
java.lang.String |
toString() |
public java.lang.String getMethodName()
public void setMethodName(java.lang.String methodName)
public void setMethodParams(MethodParams methodParams)
public boolean isMatch(AnnotatedMethod<?> otherMethod)
public boolean isMatch(java.lang.reflect.Method otherMethod)
public java.lang.String toString()
toString
in class java.lang.Object