Package | Description |
---|---|
feign |
Modifier and Type | Field and Description |
---|---|
protected List<Capability> |
BaseBuilder.capabilities |
Modifier and Type | Method and Description |
---|---|
B |
BaseBuilder.addCapability(Capability capability) |
Feign.Builder |
Feign.Builder.addCapability(Capability capability) |
static Object |
Capability.invoke(Object target,
Capability capability,
Class<?> capabilityToEnrich) |
Modifier and Type | Method and Description |
---|---|
static Object |
Capability.enrich(Object componentToEnrich,
Class<?> capabilityToEnrich,
List<Capability> capabilities) |
Copyright © 2012–2025 OpenFeign. All rights reserved.