Uses of Class
io.swagger.v3.parser.models.RefFormat
-
Packages that use RefFormat Package Description io.swagger.v3.parser io.swagger.v3.parser.models io.swagger.v3.parser.processors io.swagger.v3.parser.util -
-
Uses of RefFormat in io.swagger.v3.parser
Methods in io.swagger.v3.parser with parameters of type RefFormat Modifier and Type Method Description <T> TResolverCache. loadRef(String ref, RefFormat refFormat, Class<T> expectedType) -
Uses of RefFormat in io.swagger.v3.parser.models
Methods in io.swagger.v3.parser.models that return RefFormat Modifier and Type Method Description static RefFormatRefFormat. 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. -
Uses of RefFormat in io.swagger.v3.parser.processors
Methods in io.swagger.v3.parser.processors with parameters of type RefFormat Modifier and Type Method Description StringExternalRefProcessor. processRefToExternalCallback(String $ref, RefFormat refFormat)StringExternalRefProcessor. processRefToExternalExample(String $ref, RefFormat refFormat)StringExternalRefProcessor. processRefToExternalHeader(String $ref, RefFormat refFormat)StringExternalRefProcessor. processRefToExternalLink(String $ref, RefFormat refFormat)StringExternalRefProcessor. processRefToExternalParameter(String $ref, RefFormat refFormat)io.swagger.v3.oas.models.PathItemExternalRefProcessor. processRefToExternalPathItem(String $ref, RefFormat refFormat)StringExternalRefProcessor. processRefToExternalRequestBody(String $ref, RefFormat refFormat)StringExternalRefProcessor. processRefToExternalResponse(String $ref, RefFormat refFormat)StringExternalRefProcessor. processRefToExternalSchema(String $ref, RefFormat refFormat)StringExternalRefProcessor. processRefToExternalSecurityScheme(String $ref, RefFormat refFormat) -
Uses of RefFormat in io.swagger.v3.parser.util
Methods in io.swagger.v3.parser.util that return RefFormat Modifier and Type Method Description static RefFormatRefUtils. computeRefFormat(String ref)Methods in io.swagger.v3.parser.util with parameters of type RefFormat Modifier and Type Method Description static booleanRefUtils. isAnExternalRefFormat(RefFormat refFormat)static StringRefUtils. readExternalClasspathRef(String file, RefFormat refFormat, List<AuthorizationValue> auths, String rootPath)static StringRefUtils. readExternalRef(String file, RefFormat refFormat, List<AuthorizationValue> auths, Path parentDirectory)static StringRefUtils. readExternalUrlRef(String file, RefFormat refFormat, List<AuthorizationValue> auths, String rootPath)
-