| Modifier and Type | Method and Description |
|---|---|
Converter |
FieldInfo.getConverter() |
| Modifier and Type | Method and Description |
|---|---|
protected abstract ArgumentMapper |
ArgumentsMapperFactory.createArgumentMapperWithConverter(int swaggerIdx,
int providerIdx,
Converter converter) |
| Constructor and Description |
|---|
FieldInfo(Field field,
Converter converter) |
| Modifier and Type | Method and Description |
|---|---|
protected ArgumentMapper |
ConsumerArgumentsMapperFactory.createArgumentMapperWithConverter(int swaggerIdx,
int consumerIdx,
Converter converter) |
| Constructor and Description |
|---|
ConsumerArgumentSame(int consumerIdx,
int swaggerIdx,
Converter converter) |
| Modifier and Type | Method and Description |
|---|---|
protected ArgumentMapper |
ProducerArgumentsMapperFactory.createArgumentMapperWithConverter(int swaggerIdx,
int producerIdx,
Converter converter) |
| Constructor and Description |
|---|
ProducerArgumentSame(int swaggerIdx,
int producerIdx,
Converter converter) |
| Modifier and Type | Interface and Description |
|---|---|
interface |
CustomizedConverter |
| Modifier and Type | Method and Description |
|---|---|
protected Converter |
ConverterMgr.findArrayToCollection(Type src,
Type target) |
protected Converter |
ConverterMgr.findAssignable(Type src,
Type target) |
protected Converter |
ConverterMgr.findCollectionToArray(Type src,
Type target) |
protected Converter |
ConverterMgr.findCommonConverter(Type target) |
Converter |
ConverterMgr.findConverter(InvocationType invocationType,
Type provider,
Type swagger) |
Converter |
ConverterMgr.findConverter(Type src,
Type target) |
protected Converter |
ConverterMgr.findSrcTarget(Type src,
Type target) |
| Modifier and Type | Class and Description |
|---|---|
class |
ConverterCommon |
class |
ConverterSame |
class |
SameElementArrayToList |
class |
SameElementArrayToSet |
class |
SameElementCollectionToArray |
| Modifier and Type | Method and Description |
|---|---|
static Converter |
SameElementArrayToSet.getInstance() |
static Converter |
SameElementArrayToList.getInstance() |
static Converter |
ConverterSame.getInstance() |
| Modifier and Type | Class and Description |
|---|---|
class |
BytesToPartConverter |
class |
FileToPartConverter |
class |
InputStreamToPartConverter |
class |
ResourceToPartConverter |
| Constructor and Description |
|---|
DefaultConsumerResponseMapper(Converter converter) |
| Constructor and Description |
|---|
DefaultProducerResponseMapper(Converter converter) |
Copyright © 2017–2022 The Apache Software Foundation. All rights reserved.