Package io.swagger.v3.parser.util
Class RefUtils
java.lang.Object
io.swagger.v3.parser.util.RefUtils
-
Method Summary
Modifier and TypeMethodDescriptionstatic String
static String
static RefFormat
computeRefFormat
(String ref) getExternalPath
(String ref) static boolean
isAnExternalRefFormat
(RefFormat refFormat) static String
static String
readExternalClasspathRef
(String file, RefFormat refFormat, List<io.swagger.v3.parser.core.models.AuthorizationValue> auths, String rootPath) static String
readExternalRef
(String file, RefFormat refFormat, List<io.swagger.v3.parser.core.models.AuthorizationValue> auths, Path parentDirectory) static String
readExternalUrlRef
(String file, RefFormat refFormat, List<io.swagger.v3.parser.core.models.AuthorizationValue> auths, String rootPath)
-
Method Details
-
computeDefinitionName
-
getExternalPath
-
isAnExternalRefFormat
-
computeRefFormat
-
mungedRef
-
readExternalUrlRef
-
readExternalClasspathRef
-
buildUrl
-
readExternalRef
-