Package io.swagger.v3.parser.processors
Class ExternalRefProcessor
java.lang.Object
io.swagger.v3.parser.processors.ExternalRefProcessor
-
Constructor Summary
ConstructorsConstructorDescriptionExternalRefProcessor
(ResolverCache cache, io.swagger.v3.oas.models.OpenAPI openAPI) -
Method Summary
Modifier and TypeMethodDescriptionprotected String
constructRef
(io.swagger.v3.oas.models.media.Schema refProperty, String rootLocation) static String
processRefToExternalCallback
(String $ref, RefFormat refFormat) processRefToExternalExample
(String $ref, RefFormat refFormat) processRefToExternalHeader
(String $ref, RefFormat refFormat) processRefToExternalLink
(String $ref, RefFormat refFormat) processRefToExternalParameter
(String $ref, RefFormat refFormat) io.swagger.v3.oas.models.PathItem
processRefToExternalPathItem
(String $ref, RefFormat refFormat) processRefToExternalRequestBody
(String $ref, RefFormat refFormat) processRefToExternalResponse
(String $ref, RefFormat refFormat) processRefToExternalSchema
(String $ref, RefFormat refFormat) processRefToExternalSecurityScheme
(String $ref, RefFormat refFormat)
-
Constructor Details
-
ExternalRefProcessor
-
-
Method Details
-
processRefToExternalSchema
-
processRefToExternalPathItem
-
processRefToExternalResponse
-
processRefToExternalRequestBody
-
processRefToExternalHeader
-
processRefToExternalSecurityScheme
-
processRefToExternalLink
-
processRefToExternalExample
-
processRefToExternalParameter
-
processRefToExternalCallback
-
constructRef
-
join
-