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

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

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


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

ParameterMultiplesReader

public ParameterMultiplesReader()
Method Detail

execute

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