Package | Description |
---|---|
feign |
Modifier and Type | Class and Description |
---|---|
class |
AlwaysEncodeBodyContract
DeclarativeContract extension that allows user provided custom encoders to define the
request message payload using only the request template and the method parameters, not requiring
a specific and unique body object. |
static class |
Contract.BaseContract |
static class |
Contract.Default |
class |
DeclarativeContract
Contract base implementation that works by declaring witch annotations should be
processed and how each annotation modifies MethodMetadata |
Modifier and Type | Field and Description |
---|---|
protected Contract |
BaseBuilder.contract |
Modifier and Type | Method and Description |
---|---|
default Contract |
Capability.enrich(Contract contract) |
Modifier and Type | Method and Description |
---|---|
Feign.Builder |
Feign.Builder.contract(Contract contract) |
B |
BaseBuilder.contract(Contract contract) |
AsyncFeign.AsyncBuilder<C> |
AsyncFeign.AsyncBuilder.contract(Contract contract) |
default Contract |
Capability.enrich(Contract contract) |
Copyright © 2012–2023 OpenFeign. All rights reserved.