public class MethodSignatureImpl extends Object implements MethodSignature
Constructor and Description |
---|
MethodSignatureImpl(javax.enterprise.inject.spi.AnnotatedMethod<?> method) |
MethodSignatureImpl(Method method) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj) |
String |
getMethodName() |
String[] |
getParameterTypes() |
int |
hashCode() |
String |
toString() |
public MethodSignatureImpl(javax.enterprise.inject.spi.AnnotatedMethod<?> method)
public MethodSignatureImpl(Method method)
public String getMethodName()
getMethodName
in interface MethodSignature
public String[] getParameterTypes()
getParameterTypes
in interface MethodSignature
Copyright © 2014 Seam Framework. All rights reserved.