Package org.a2aproject.sdk.grpc.mapper
Class AuthorizationCodeOAuthFlowMapperImpl
java.lang.Object
org.a2aproject.sdk.grpc.mapper.AuthorizationCodeOAuthFlowMapperImpl
- All Implemented Interfaces:
AuthorizationCodeOAuthFlowMapper
@Generated(value="org.mapstruct.ap.MappingProcessor",
date="2026-08-07T12:19:20+0000",
comments="version: 1.6.3, compiler: javac, environment: Java 17.0.19 (Eclipse Adoptium)")
public class AuthorizationCodeOAuthFlowMapperImpl
extends Object
implements AuthorizationCodeOAuthFlowMapper
-
Field Summary
Fields inherited from interface org.a2aproject.sdk.grpc.mapper.AuthorizationCodeOAuthFlowMapper
INSTANCE -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionorg.a2aproject.sdk.spec.AuthorizationCodeOAuthFlowtoProto(org.a2aproject.sdk.spec.AuthorizationCodeOAuthFlow domain)
-
Constructor Details
-
AuthorizationCodeOAuthFlowMapperImpl
public AuthorizationCodeOAuthFlowMapperImpl()
-
-
Method Details
-
toProto
public AuthorizationCodeOAuthFlow toProto(org.a2aproject.sdk.spec.AuthorizationCodeOAuthFlow domain) - Specified by:
toProtoin interfaceAuthorizationCodeOAuthFlowMapper
-
fromProto
public org.a2aproject.sdk.spec.AuthorizationCodeOAuthFlow fromProto(AuthorizationCodeOAuthFlow proto) - Specified by:
fromProtoin interfaceAuthorizationCodeOAuthFlowMapper
-