com.mangofactory.swagger.readers
Class ApiModelReader

java.lang.Object
  extended by com.mangofactory.swagger.readers.ApiModelReader
All Implemented Interfaces:
Command<RequestMappingContext>

@Component
public class ApiModelReader
extends java.lang.Object
implements Command<RequestMappingContext>


Constructor Summary
ApiModelReader(com.mangofactory.swagger.models.ModelProvider modelProvider)
           
 
Method Summary
 void execute(RequestMappingContext context)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ApiModelReader

@Autowired
public ApiModelReader(com.mangofactory.swagger.models.ModelProvider modelProvider)
Method Detail

execute

public void execute(RequestMappingContext context)
Specified by:
execute in interface Command<RequestMappingContext>