com.mangofactory.swagger.readers.operation
Class DefaultResponseMessageReader

java.lang.Object
  extended by com.mangofactory.swagger.readers.operation.SwaggerResponseMessageReader
      extended by com.mangofactory.swagger.readers.operation.DefaultResponseMessageReader
All Implemented Interfaces:
Command<RequestMappingContext>, RequestMappingReader

public class DefaultResponseMessageReader
extends SwaggerResponseMessageReader


Constructor Summary
DefaultResponseMessageReader()
           
 
Method Summary
protected  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)
           
 
Methods inherited from class com.mangofactory.swagger.readers.operation.SwaggerResponseMessageReader
execute
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DefaultResponseMessageReader

public DefaultResponseMessageReader()
Method Detail

read

protected 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)
Specified by:
read in class SwaggerResponseMessageReader