| Modifier and Type | Field and Description |
|---|---|
protected Map<Class<?>,ContextArgumentMapperFactory> |
AbstractArgumentsMapperCreator.contextFactorys |
| Constructor and Description |
|---|
AbstractArgumentsMapperCreator(com.fasterxml.jackson.databind.SerializationConfig serializationConfig,
Map<Class<?>,ContextArgumentMapperFactory> contextFactorys,
Class<?> providerClass,
Method providerMethod,
SwaggerOperation swaggerOperation) |
| Modifier and Type | Interface and Description |
|---|---|
interface |
ConsumerContextArgumentMapperFactory |
| Modifier and Type | Class and Description |
|---|---|
class |
ConsumerInvocationContextMapperFactory |
| Constructor and Description |
|---|
ConsumerArgumentsMapperCreator(com.fasterxml.jackson.databind.SerializationConfig serializationConfig,
Map<Class<?>,ContextArgumentMapperFactory> contextFactorys,
Class<?> consumerClass,
Method consumerMethod,
SwaggerOperation swaggerOperation) |
| Modifier and Type | Interface and Description |
|---|---|
interface |
ProducerContextArgumentMapperFactory |
| Modifier and Type | Class and Description |
|---|---|
class |
ProducerInvocationContextMapperFactory |
| Constructor and Description |
|---|
ProducerArgumentsMapperCreator(com.fasterxml.jackson.databind.SerializationConfig serializationConfig,
Map<Class<?>,ContextArgumentMapperFactory> contextFactorys,
Class<?> producerClass,
Method producerMethod,
SwaggerOperation swaggerOperation) |
Copyright © 2017–2020 The Apache Software Foundation. All rights reserved.