Package org.a2aproject.sdk.grpc.mapper
Class OAuthFlowsMapperImpl
java.lang.Object
org.a2aproject.sdk.grpc.mapper.OAuthFlowsMapperImpl
- All Implemented Interfaces:
OAuthFlowsMapper
@Generated(value="org.mapstruct.ap.MappingProcessor",
date="2026-07-21T16:05:38+0100",
comments="version: 1.6.3, compiler: javac, environment: Java 17.0.18 (Eclipse Adoptium)")
public class OAuthFlowsMapperImpl
extends Object
implements OAuthFlowsMapper
-
Field Summary
Fields inherited from interface org.a2aproject.sdk.grpc.mapper.OAuthFlowsMapper
INSTANCE -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected DeviceCodeOAuthFlowdeviceCodeOAuthFlowToDeviceCodeOAuthFlow(DeviceCodeOAuthFlow deviceCodeOAuthFlow) protected DeviceCodeOAuthFlowdeviceCodeOAuthFlowToDeviceCodeOAuthFlow1(DeviceCodeOAuthFlow deviceCodeOAuthFlow) fromProto(OAuthFlows proto) toProto(OAuthFlows domain)
-
Constructor Details
-
OAuthFlowsMapperImpl
public OAuthFlowsMapperImpl()
-
-
Method Details
-
toProto
- Specified by:
toProtoin interfaceOAuthFlowsMapper
-
fromProto
- Specified by:
fromProtoin interfaceOAuthFlowsMapper
-
deviceCodeOAuthFlowToDeviceCodeOAuthFlow
protected DeviceCodeOAuthFlow deviceCodeOAuthFlowToDeviceCodeOAuthFlow(DeviceCodeOAuthFlow deviceCodeOAuthFlow) -
deviceCodeOAuthFlowToDeviceCodeOAuthFlow1
protected DeviceCodeOAuthFlow deviceCodeOAuthFlowToDeviceCodeOAuthFlow1(DeviceCodeOAuthFlow deviceCodeOAuthFlow)
-