com.mangofactory.swagger.readers.operation.parameter
Class ParameterDescriptionReader

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

public class ParameterDescriptionReader
extends java.lang.Object
implements Command<RequestMappingContext>


Constructor Summary
ParameterDescriptionReader()
           
 
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

ParameterDescriptionReader

public ParameterDescriptionReader()
Method Detail

execute

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