com.github.kongchen.swagger.docgen.mustache
类 MustacheApi

java.lang.Object
  继承者 com.github.kongchen.swagger.docgen.mustache.MustacheApi

public class MustacheApi
extends Object


构造方法摘要
MustacheApi(String basePath, com.wordnik.swagger.model.ApiDescription api)
           
 
方法摘要
 void addOperation(MustacheOperation operation)
           
 String getDescription()
           
 List<MustacheOperation> getOperations()
           
 String getPath()
           
 String getUrl()
           
 void setPath(String path)
           
 
从类 java.lang.Object 继承的方法
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

构造方法详细信息

MustacheApi

public MustacheApi(String basePath,
                   com.wordnik.swagger.model.ApiDescription api)
方法详细信息

addOperation

public void addOperation(MustacheOperation operation)

getPath

public String getPath()

setPath

public void setPath(String path)

getUrl

public String getUrl()

getOperations

public List<MustacheOperation> getOperations()

getDescription

public String getDescription()


Copyright © 2014. All Rights Reserved.