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 继承的方法 |
acceptDocument, createFile, getApiInfo, getApiVersion, getBasePath, getOutputTemplate, getValidDocuments, loadOverridingModels, prepareMustacheTemplate, resourcePathToFilename, setApiInfo, setApiVersion, setBasePath, toDocuments, toSwaggerDocuments |
| 从类 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)
loadDocuments
public void loadDocuments()
throws IOException
- 指定者:
- 类
AbstractDocumentSource 中的 loadDocuments
- 抛出:
IOException
withFormatSuffix
public void withFormatSuffix(boolean with)
Copyright © 2014. All Rights Reserved.