Uses of Enum
io.swagger.v3.parser.models.RefFormat
Packages that use RefFormat
Package
Description
-
Uses of RefFormat in io.swagger.v3.parser
Methods in io.swagger.v3.parser with parameters of type RefFormat -
Uses of RefFormat in io.swagger.v3.parser.models
Methods in io.swagger.v3.parser.models that return RefFormat -
Uses of RefFormat in io.swagger.v3.parser.processors
Methods in io.swagger.v3.parser.processors with parameters of type RefFormatModifier and TypeMethodDescriptionExternalRefProcessor.processRefToExternalCallback
(String $ref, RefFormat refFormat) ExternalRefProcessor.processRefToExternalExample
(String $ref, RefFormat refFormat) ExternalRefProcessor.processRefToExternalHeader
(String $ref, RefFormat refFormat) ExternalRefProcessor.processRefToExternalLink
(String $ref, RefFormat refFormat) ExternalRefProcessor.processRefToExternalParameter
(String $ref, RefFormat refFormat) io.swagger.v3.oas.models.PathItem
ExternalRefProcessor.processRefToExternalPathItem
(String $ref, RefFormat refFormat) ExternalRefProcessor.processRefToExternalRequestBody
(String $ref, RefFormat refFormat) ExternalRefProcessor.processRefToExternalResponse
(String $ref, RefFormat refFormat) ExternalRefProcessor.processRefToExternalSchema
(String $ref, RefFormat refFormat) ExternalRefProcessor.processRefToExternalSecurityScheme
(String $ref, RefFormat refFormat) -
Uses of RefFormat in io.swagger.v3.parser.util
Methods in io.swagger.v3.parser.util that return RefFormatMethods in io.swagger.v3.parser.util with parameters of type RefFormatModifier and TypeMethodDescriptionstatic boolean
RefUtils.isAnExternalRefFormat
(RefFormat refFormat) static String
RefUtils.readExternalClasspathRef
(String file, RefFormat refFormat, List<io.swagger.v3.parser.core.models.AuthorizationValue> auths, String rootPath) static String
RefUtils.readExternalRef
(String file, RefFormat refFormat, List<io.swagger.v3.parser.core.models.AuthorizationValue> auths, Path parentDirectory) static String
RefUtils.readExternalUrlRef
(String file, RefFormat refFormat, List<io.swagger.v3.parser.core.models.AuthorizationValue> auths, String rootPath)