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

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

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


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

ParameterTypeReader

public ParameterTypeReader()
Method Detail

execute

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