public final class ExternalRefProcessor extends Object
Constructor and Description |
---|
ExternalRefProcessor(ResolverCache cache,
io.swagger.v3.oas.models.OpenAPI openAPI) |
Modifier and Type | Method and Description |
---|---|
protected String |
constructRef(io.swagger.v3.oas.models.media.Schema refProperty,
String rootLocation) |
static String |
join(String source,
String fragment) |
String |
processRefToExternalCallback(String $ref,
RefFormat refFormat) |
String |
processRefToExternalExample(String $ref,
RefFormat refFormat) |
String |
processRefToExternalHeader(String $ref,
RefFormat refFormat) |
String |
processRefToExternalLink(String $ref,
RefFormat refFormat) |
String |
processRefToExternalParameter(String $ref,
RefFormat refFormat) |
io.swagger.v3.oas.models.PathItem |
processRefToExternalPathItem(String $ref,
RefFormat refFormat) |
String |
processRefToExternalRequestBody(String $ref,
RefFormat refFormat) |
String |
processRefToExternalResponse(String $ref,
RefFormat refFormat) |
String |
processRefToExternalSchema(String $ref,
RefFormat refFormat) |
String |
processRefToExternalSecurityScheme(String $ref,
RefFormat refFormat) |
public ExternalRefProcessor(ResolverCache cache, io.swagger.v3.oas.models.OpenAPI openAPI)
public String processRefToExternalSchema(String $ref, RefFormat refFormat)
public io.swagger.v3.oas.models.PathItem processRefToExternalPathItem(String $ref, RefFormat refFormat)
public String processRefToExternalResponse(String $ref, RefFormat refFormat)
public String processRefToExternalRequestBody(String $ref, RefFormat refFormat)
public String processRefToExternalHeader(String $ref, RefFormat refFormat)
public String processRefToExternalSecurityScheme(String $ref, RefFormat refFormat)
public String processRefToExternalExample(String $ref, RefFormat refFormat)
public String processRefToExternalParameter(String $ref, RefFormat refFormat)
public String processRefToExternalCallback(String $ref, RefFormat refFormat)
protected String constructRef(io.swagger.v3.oas.models.media.Schema refProperty, String rootLocation)
Copyright © 2022. All rights reserved.