public class EndpointMethod.ResolvedSignature
extends java.lang.Object
EndpointMethod instances based on their Java method signature
rather than the actual method implementation. Comparisons are based on resolved types.
This is a pure adapter class containing no state of its own, relying entirely on the state
of the owning EndpointMethod object. All access to the owning object is made through
qualified this calls to make dependencies as clear as possible.
| Constructor and Description |
|---|
ResolvedSignature() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object o) |
java.lang.String |
getSignatureName() |
java.lang.Class<?>[] |
getSignatureParameterClasses() |
int |
hashCode() |
java.lang.String |
toString() |
public java.lang.String getSignatureName()
public java.lang.Class<?>[] getSignatureParameterClasses()
public boolean equals(java.lang.Object o)
equals in class java.lang.Objectpublic int hashCode()
hashCode in class java.lang.Objectpublic java.lang.String toString()
toString in class java.lang.Object