Package | Description |
---|---|
feign | |
feign.template |
Modifier and Type | Class and Description |
---|---|
static class |
Param.ToStringExpander |
Modifier and Type | Method and Description |
---|---|
Map<Integer,Param.Expander> |
MethodMetadata.indexToExpander()
When not null, this value will be used instead of
MethodMetadata.indexToExpander() . |
Map<Integer,Class<? extends Param.Expander>> |
MethodMetadata.indexToExpanderClass()
If
MethodMetadata.indexToExpander is null, classes here will be instantiated by newInstance. |
Modifier and Type | Method and Description |
---|---|
MethodMetadata |
MethodMetadata.indexToExpander(Map<Integer,Param.Expander> indexToExpander)
After
MethodMetadata.indexToExpanderClass is populated, this is set by contracts that support runtime
injection. |
Modifier and Type | Class and Description |
---|---|
static class |
Expressions.PathStyleExpression |
Copyright © 2012–2023 OpenFeign. All rights reserved.