com.mangofactory.swagger.readers.operation
Class SwaggerResponseMessageReader

java.lang.Object
  extended by 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


Constructor Summary
SwaggerResponseMessageReader()
          Deprecated.  
 
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
 

Constructor Detail

SwaggerResponseMessageReader

public SwaggerResponseMessageReader()
Deprecated. 
Method Detail

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.