public interface ResponseMapperFactory<MAPPER>
| Modifier and Type | Method and Description |
|---|---|
MAPPER |
createResponseMapper(ResponseMapperFactorys<MAPPER> factorys,
Type swaggerType,
Type providerType) |
default int |
getOrder() |
boolean |
isMatch(Type swaggerType,
Type providerType) |
default void |
setConverterMgr(ConverterMgr converterMgr) |
default int getOrder()
default void setConverterMgr(ConverterMgr converterMgr)
MAPPER createResponseMapper(ResponseMapperFactorys<MAPPER> factorys, Type swaggerType, Type providerType)
Copyright © 2017–2018 The Apache Software Foundation. All rights reserved.