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

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

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


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

ParameterNameReader

public ParameterNameReader()
Method Detail

execute

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