public class DefaultProducerResponseMapperFactory extends Object implements ProducerResponseMapperFactory
| Constructor and Description |
|---|
DefaultProducerResponseMapperFactory() |
| Modifier and Type | Method and Description |
|---|---|
ProducerResponseMapper |
createResponseMapper(ResponseMapperFactorys<ProducerResponseMapper> factorys,
Type swaggerType,
Type producerType) |
int |
getOrder() |
boolean |
isMatch(Type swaggerType,
Type producerType) |
void |
setConverterMgr(ConverterMgr converterMgr) |
public DefaultProducerResponseMapperFactory()
public void setConverterMgr(ConverterMgr converterMgr)
setConverterMgr in interface ResponseMapperFactory<ProducerResponseMapper>public int getOrder()
getOrder in interface ResponseMapperFactory<ProducerResponseMapper>public boolean isMatch(Type swaggerType, Type producerType)
isMatch in interface ResponseMapperFactory<ProducerResponseMapper>public ProducerResponseMapper createResponseMapper(ResponseMapperFactorys<ProducerResponseMapper> factorys, Type swaggerType, Type producerType)
createResponseMapper in interface ResponseMapperFactory<ProducerResponseMapper>Copyright © 2017–2020 The Apache Software Foundation. All rights reserved.