com.github.kongchen.swagger.docgen.remote
类 RemoteDocumentSource

java.lang.Object
  继承者 com.github.kongchen.swagger.docgen.AbstractDocumentSource
      继承者 com.github.kongchen.swagger.docgen.remote.RemoteDocumentSource

public class RemoteDocumentSource
extends AbstractDocumentSource

Created with IntelliJ IDEA.


字段摘要
 
从类 com.github.kongchen.swagger.docgen.AbstractDocumentSource 继承的字段
overridingModels, serviceDocument
 
构造方法摘要
RemoteDocumentSource(LogAdapter logAdapter, URI requestURI, String outputTpl, String outputPath, String swaggerOutput, String mustacheFileRoot, boolean useOutputFlatStructure, String overridingModels, String apiComparator)
           
 
方法摘要
 void loadDocuments()
           
 void withFormatSuffix(boolean with)
           
 
从类 com.github.kongchen.swagger.docgen.AbstractDocumentSource 继承的方法
acceptDocument, createFile, getApiInfo, getApiSortComparator, getApiVersion, getBasePath, getOutputTemplate, getValidDocuments, loadOverridingModels, prepareMustacheTemplate, resourcePathToFilename, setApiInfo, setApiVersion, setBasePath, toDocuments, toSwaggerDocuments, writeContent
 
从类 java.lang.Object 继承的方法
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

构造方法详细信息

RemoteDocumentSource

public RemoteDocumentSource(LogAdapter logAdapter,
                            URI requestURI,
                            String outputTpl,
                            String outputPath,
                            String swaggerOutput,
                            String mustacheFileRoot,
                            boolean useOutputFlatStructure,
                            String overridingModels,
                            String apiComparator)
方法详细信息

loadDocuments

public void loadDocuments()
                   throws IOException
指定者:
AbstractDocumentSource 中的 loadDocuments
抛出:
IOException

withFormatSuffix

public void withFormatSuffix(boolean with)


Copyright © 2015. All Rights Reserved.