Package | Description |
---|---|
feign |
Modifier and Type | Interface and Description |
---|---|
interface |
AsyncClient<C>
Submits HTTP
requests asynchronously, with an optional context. |
class |
AsyncFeign<C>
Enhances
Feign to provide support for asynchronous clients. |
class |
MethodInfo |
interface |
MethodInfoResolver |
static class |
Request.Body
Request Body
|
Modifier and Type | Method and Description |
---|---|
boolean |
MethodMetadata.alwaysEncodeBody() |
Target<?> |
RequestTemplate.feignTarget() |
RequestTemplate |
RequestTemplate.feignTarget(Target<?> feignTarget) |
Method |
MethodMetadata.method() |
MethodMetadata |
MethodMetadata.method(Method method) |
MethodMetadata |
RequestTemplate.methodMetadata() |
RequestTemplate |
RequestTemplate.methodMetadata(MethodMetadata methodMetadata) |
RequestTemplate |
Request.requestTemplate() |
Response.Builder |
Response.Builder.requestTemplate(RequestTemplate requestTemplate)
The Request Template used for the original request.
|
Class<?> |
MethodMetadata.targetType() |
MethodMetadata |
MethodMetadata.targetType(Class<?> targetType) |
Copyright © 2012–2022 OpenFeign. All rights reserved.