Class MethodSignatureImpl
java.lang.Object
org.jboss.weld.annotated.enhanced.jlr.MethodSignatureImpl
- All Implemented Interfaces:
Serializable,MethodSignature
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionMethodSignatureImpl(jakarta.enterprise.inject.spi.AnnotatedMethod<?> method) MethodSignatureImpl(Method method) MethodSignatureImpl(String methodName, String... parameterTypes) -
Method Summary
Modifier and TypeMethodDescriptionbooleanString[]inthashCode()booleanDetermines whether this method signature matches the signature of the given methodstatic MethodSignatureof(jakarta.enterprise.inject.spi.AnnotatedMethod<?> method) toString()
-
Constructor Details
-
MethodSignatureImpl
public MethodSignatureImpl(jakarta.enterprise.inject.spi.AnnotatedMethod<?> method) -
MethodSignatureImpl
-
MethodSignatureImpl
-
-
Method Details
-
of
-
hashCode
public int hashCode() -
equals
-
getMethodName
- Specified by:
getMethodNamein interfaceMethodSignature
-
getParameterTypes
- Specified by:
getParameterTypesin interfaceMethodSignature
-
toString
-
matches
Description copied from interface:MethodSignatureDetermines whether this method signature matches the signature of the given method- Specified by:
matchesin interfaceMethodSignature- Parameters:
method- the given method- Returns:
- true iff the method signature represented by this object matches the signature of the given method
-