com.mangofactory.swagger.readers.operation
Class SwaggerResponseMessageReader
java.lang.Object
com.mangofactory.swagger.readers.operation.SwaggerResponseMessageReader
- All Implemented Interfaces:
- Command<RequestMappingContext>, RequestMappingReader
- Direct Known Subclasses:
- DefaultResponseMessageReader
Deprecated.
@Deprecated
public abstract class SwaggerResponseMessageReader
- extends java.lang.Object
- implements RequestMappingReader
Deprecated as of 0.9.2. This class violates SO"L"ID; explained in #427
|
Method Summary |
void |
execute(RequestMappingContext context)
Deprecated. |
protected abstract java.util.Collection<com.mangofactory.swagger.models.dto.ResponseMessage> |
read(SwaggerGlobalSettings swaggerGlobalSettings,
org.springframework.web.bind.annotation.RequestMethod currentHttpMethod,
org.springframework.web.method.HandlerMethod handlerMethod)
Deprecated. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SwaggerResponseMessageReader
public SwaggerResponseMessageReader()
- Deprecated.
execute
public void execute(RequestMappingContext context)
- Deprecated.
- Specified by:
execute in interface Command<RequestMappingContext>
read
protected abstract java.util.Collection<com.mangofactory.swagger.models.dto.ResponseMessage> read(SwaggerGlobalSettings swaggerGlobalSettings,
org.springframework.web.bind.annotation.RequestMethod currentHttpMethod,
org.springframework.web.method.HandlerMethod handlerMethod)
- Deprecated.