Uses of Interface
io.swagger.models.auth.UrlMatcher
-
Packages that use UrlMatcher Package Description io.swagger.models.auth -
-
Uses of UrlMatcher in io.swagger.models.auth
Methods in io.swagger.models.auth that return UrlMatcher Modifier and Type Method Description UrlMatcherAuthorizationValue. getUrlMatcher()Methods in io.swagger.models.auth with parameters of type UrlMatcher Modifier and Type Method Description voidAuthorizationValue. setUrlMatcher(UrlMatcher urlMatcher)AuthorizationValueAuthorizationValue. urlMatcher(UrlMatcher urlMatcher)Constructors in io.swagger.models.auth with parameters of type UrlMatcher Constructor Description AuthorizationValue(String keyName, String value, String type, UrlMatcher urlMatcher)
-