@Generated(value="org.mapstruct.ap.MappingProcessor",
date="2018-06-23T17:02:55-0500",
comments="version: 1.2.0.Final, compiler: javac, environment: Java 1.8.0_151 (Oracle Corporation)")
@Component
public class AuthorizationTypesMapperImpl
extends AuthorizationTypesMapper
| Constructor and Description |
|---|
AuthorizationTypesMapperImpl() |
| Modifier and Type | Method and Description |
|---|---|
ApiKey |
toSwaggerApiKey(ApiKey from) |
AuthorizationCodeGrant |
toSwaggerAuthorizationCodeGrant(AuthorizationCodeGrant from) |
AuthorizationScope |
toSwaggerAuthorizationScope(AuthorizationScope from) |
java.util.List<AuthorizationScope> |
toSwaggerAuthorizationScopes(java.util.List<AuthorizationScope> from) |
java.util.List<AuthorizationType> |
toSwaggerAuthorizationTypes(java.util.List<SecurityScheme> from) |
BasicAuth |
toSwaggerBasicAuth(BasicAuth from) |
java.util.List<GrantType> |
toSwaggerGrantTypes(java.util.List<GrantType> from) |
ImplicitGrant |
toSwaggerImplicitGrant(ImplicitGrant from) |
LoginEndpoint |
toSwaggerLoginEndpoint(LoginEndpoint from) |
OAuth |
toSwaggerOAuth(OAuth from) |
Authorization |
toSwaggerSecurityReference(SecurityReference from) |
TokenEndpoint |
toSwaggerTokenEndpoint(TokenEndpoint from) |
TokenRequestEndpoint |
toSwaggerTokenRequestEndpoint(TokenRequestEndpoint from) |
toSwaggerAuthorizationType, toSwaggerGrantTypepublic OAuth toSwaggerOAuth(OAuth from)
toSwaggerOAuth in class AuthorizationTypesMapperpublic BasicAuth toSwaggerBasicAuth(BasicAuth from)
toSwaggerBasicAuth in class AuthorizationTypesMapperpublic ApiKey toSwaggerApiKey(ApiKey from)
toSwaggerApiKey in class AuthorizationTypesMapperpublic ImplicitGrant toSwaggerImplicitGrant(ImplicitGrant from)
toSwaggerImplicitGrant in class AuthorizationTypesMapperpublic AuthorizationCodeGrant toSwaggerAuthorizationCodeGrant(AuthorizationCodeGrant from)
toSwaggerAuthorizationCodeGrant in class AuthorizationTypesMapperpublic TokenEndpoint toSwaggerTokenEndpoint(TokenEndpoint from)
toSwaggerTokenEndpoint in class AuthorizationTypesMapperpublic TokenRequestEndpoint toSwaggerTokenRequestEndpoint(TokenRequestEndpoint from)
toSwaggerTokenRequestEndpoint in class AuthorizationTypesMapperpublic AuthorizationScope toSwaggerAuthorizationScope(AuthorizationScope from)
toSwaggerAuthorizationScope in class AuthorizationTypesMapperpublic Authorization toSwaggerSecurityReference(SecurityReference from)
toSwaggerSecurityReference in class AuthorizationTypesMapperpublic LoginEndpoint toSwaggerLoginEndpoint(LoginEndpoint from)
toSwaggerLoginEndpoint in class AuthorizationTypesMapperpublic java.util.List<AuthorizationScope> toSwaggerAuthorizationScopes(java.util.List<AuthorizationScope> from)
toSwaggerAuthorizationScopes in class AuthorizationTypesMapperpublic java.util.List<GrantType> toSwaggerGrantTypes(java.util.List<GrantType> from)
toSwaggerGrantTypes in class AuthorizationTypesMapperpublic java.util.List<AuthorizationType> toSwaggerAuthorizationTypes(java.util.List<SecurityScheme> from)
toSwaggerAuthorizationTypes in class AuthorizationTypesMapper