Uses of Class
io.swagger.v3.parser.core.models.AuthorizationValue
-
Packages that use AuthorizationValue Package Description io.swagger.v3.parser.core.extensions io.swagger.v3.parser.core.models -
-
Uses of AuthorizationValue in io.swagger.v3.parser.core.extensions
Method parameters in io.swagger.v3.parser.core.extensions with type arguments of type AuthorizationValue Modifier and Type Method Description SwaggerParseResultSwaggerParserExtension. readContents(String swaggerAsString, List<AuthorizationValue> auth, ParseOptions options)SwaggerParseResultSwaggerParserExtension. readLocation(String url, List<AuthorizationValue> auth, ParseOptions options) -
Uses of AuthorizationValue in io.swagger.v3.parser.core.models
Methods in io.swagger.v3.parser.core.models that return AuthorizationValue Modifier and Type Method Description AuthorizationValueAuthorizationValue. keyName(String keyName)AuthorizationValueAuthorizationValue. type(String type)AuthorizationValueAuthorizationValue. urlMatcher(Predicate<URL> urlMatcher)AuthorizationValueAuthorizationValue. value(String value)
-