com.mangofactory.swagger.readers.operation
Class OperationNotesReader

java.lang.Object
  extended by com.mangofactory.swagger.readers.operation.OperationNotesReader
All Implemented Interfaces:
Command<RequestMappingContext>, RequestMappingReader

public class OperationNotesReader
extends java.lang.Object
implements RequestMappingReader


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

OperationNotesReader

public OperationNotesReader()
Method Detail

execute

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