public final class ServiceMethod<ResponseBodyType>
extends java.lang.Object
Modifier and Type | Class and Description |
---|---|
static class |
ServiceMethod.Builder<ResponseBodyType>
Inspects the annotations on an interface method to construct a reusable service method.
|
Modifier and Type | Method and Description |
---|---|
<any> |
getDecoder() |
Command |
toRequest(java.lang.Object... args)
Builds a request from method arguments.
|