com.mangofactory.swagger.readers.operation
Class OperationDeprecatedReader

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

public class OperationDeprecatedReader
extends java.lang.Object
implements RequestMappingReader


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

OperationDeprecatedReader

public OperationDeprecatedReader()
Method Detail

execute

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