public class ExposedSpecOptions extends Object
| Constructor and Description |
|---|
ExposedSpecOptions() |
| Modifier and Type | Method and Description |
|---|---|
io.swagger.v3.parser.core.models.ParseOptions |
getParseOptions() |
boolean |
isHideInflectorExtensions() |
boolean |
isMergeRootPath() |
boolean |
isUseOriginalNotParsed() |
void |
setHideInflectorExtensions(boolean hideInflectorExtensions) |
void |
setMergeRootPath(boolean mergeRootPath) |
void |
setParseOptions(io.swagger.v3.parser.core.models.ParseOptions parseOptions) |
void |
setUseOriginalNotParsed(boolean useOriginalNotParsed) |
public io.swagger.v3.parser.core.models.ParseOptions getParseOptions()
public void setParseOptions(io.swagger.v3.parser.core.models.ParseOptions parseOptions)
public boolean isHideInflectorExtensions()
public void setHideInflectorExtensions(boolean hideInflectorExtensions)
public boolean isUseOriginalNotParsed()
public void setUseOriginalNotParsed(boolean useOriginalNotParsed)
public boolean isMergeRootPath()
public void setMergeRootPath(boolean mergeRootPath)
Copyright © 2019. All rights reserved.