Req - The type of request.Resp - The type of response.public interface MethodDescriptor<Req,Resp>
| Modifier and Type | Method and Description |
|---|---|
String |
httpPath()
Get the
HTTP Path used by this
method.
|
String |
javaMethodName()
Get the java method name corresponding to this method.
|
ParameterDescriptor<Req> |
requestDescriptor()
Get the
ParameterDescriptor for the request. |
ParameterDescriptor<Resp> |
responseDescriptor()
Get the
ParameterDescriptor for the response. |
String httpPath()
String javaMethodName()
ParameterDescriptor<Req> requestDescriptor()
ParameterDescriptor for the request.ParameterDescriptor for the request.ParameterDescriptor<Resp> responseDescriptor()
ParameterDescriptor for the response.ParameterDescriptor for the response.