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