| Package | Description |
|---|---|
| io.swagger.v3.parser | |
| io.swagger.v3.parser.models | |
| io.swagger.v3.parser.processors | |
| io.swagger.v3.parser.util |
| Modifier and Type | Method and Description |
|---|---|
<T> T |
ResolverCache.loadRef(String ref,
RefFormat refFormat,
Class<T> expectedType) |
| Modifier and Type | Method and Description |
|---|---|
static RefFormat |
RefFormat.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static RefFormat[] |
RefFormat.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
String |
ExternalRefProcessor.processRefToExternalCallback(String $ref,
RefFormat refFormat) |
String |
ExternalRefProcessor.processRefToExternalExample(String $ref,
RefFormat refFormat) |
String |
ExternalRefProcessor.processRefToExternalHeader(String $ref,
RefFormat refFormat) |
String |
ExternalRefProcessor.processRefToExternalLink(String $ref,
RefFormat refFormat) |
String |
ExternalRefProcessor.processRefToExternalParameter(String $ref,
RefFormat refFormat) |
String |
ExternalRefProcessor.processRefToExternalRequestBody(String $ref,
RefFormat refFormat) |
String |
ExternalRefProcessor.processRefToExternalResponse(String $ref,
RefFormat refFormat) |
String |
ExternalRefProcessor.processRefToExternalSchema(String $ref,
RefFormat refFormat) |
String |
ExternalRefProcessor.processRefToExternalSecurityScheme(String $ref,
RefFormat refFormat) |
| Modifier and Type | Method and Description |
|---|---|
static RefFormat |
RefUtils.computeRefFormat(String ref) |
| Modifier and Type | Method and Description |
|---|---|
static boolean |
RefUtils.isAnExternalRefFormat(RefFormat refFormat) |
static String |
RefUtils.readExternalRef(String file,
RefFormat refFormat,
List<AuthorizationValue> auths,
Path parentDirectory) |
static String |
RefUtils.readExternalUrlRef(String file,
RefFormat refFormat,
List<AuthorizationValue> auths,
String rootPath) |
Copyright © 2018. All rights reserved.