public class DereferencerContext extends Object
Modifier and Type | Field and Description |
---|---|
protected boolean |
addParametersToEachOperation |
protected List<AuthorizationValue> |
auths |
protected String |
currentUri |
protected io.swagger.v3.oas.models.OpenAPI |
openApi |
protected ParseOptions |
parseOptions |
protected String |
providedBaseUri |
protected String |
rootUri |
protected SwaggerParseResult |
swaggerParseResult |
Constructor and Description |
---|
DereferencerContext(SwaggerParseResult swaggerParseResult,
List<AuthorizationValue> auths,
String rootUri,
ParseOptions parseOptions,
String providedBaseUri,
Map<String,Reference> referenceSet,
Boolean addParametersToEachOperation) |
Modifier and Type | Method and Description |
---|---|
DereferencerContext |
addParametersToEachOperation(boolean addParametersToEachOperation) |
DereferencerContext |
currentUri(String currentUri) |
List<AuthorizationValue> |
getAuths() |
String |
getCurrentUri() |
io.swagger.v3.oas.models.OpenAPI |
getOpenApi() |
ParseOptions |
getParseOptions() |
String |
getProvidedBaseUri() |
Map<String,Reference> |
getReferenceSet() |
String |
getRootUri() |
SwaggerParseResult |
getSwaggerParseResult() |
boolean |
isAddParametersToEachOperation() |
DereferencerContext |
providedBaseUri(String providedBaseUri) |
DereferencerContext |
referenceSet(Map<String,Reference> referenceSet) |
DereferencerContext |
rootUri(String rootUri) |
void |
setAddParametersToEachOperation(boolean addParametersToEachOperation) |
void |
setCurrentUri(String currentUri) |
void |
setReferenceSet(Map<String,Reference> referenceSet) |
DereferencerContext |
swaggerParseResult(SwaggerParseResult swaggerParseResult) |
protected final io.swagger.v3.oas.models.OpenAPI openApi
protected final List<AuthorizationValue> auths
protected String rootUri
protected final ParseOptions parseOptions
protected String providedBaseUri
protected SwaggerParseResult swaggerParseResult
protected boolean addParametersToEachOperation
protected String currentUri
public DereferencerContext(SwaggerParseResult swaggerParseResult, List<AuthorizationValue> auths, String rootUri, ParseOptions parseOptions, String providedBaseUri, Map<String,Reference> referenceSet, Boolean addParametersToEachOperation)
public io.swagger.v3.oas.models.OpenAPI getOpenApi()
public List<AuthorizationValue> getAuths()
public String getRootUri()
public ParseOptions getParseOptions()
public String getProvidedBaseUri()
public SwaggerParseResult getSwaggerParseResult()
public boolean isAddParametersToEachOperation()
public void setAddParametersToEachOperation(boolean addParametersToEachOperation)
public String getCurrentUri()
public void setCurrentUri(String currentUri)
public DereferencerContext providedBaseUri(String providedBaseUri)
public DereferencerContext swaggerParseResult(SwaggerParseResult swaggerParseResult)
public DereferencerContext addParametersToEachOperation(boolean addParametersToEachOperation)
public DereferencerContext currentUri(String currentUri)
public DereferencerContext referenceSet(Map<String,Reference> referenceSet)
public DereferencerContext rootUri(String rootUri)
Copyright © 2022. All rights reserved.