Class OAuthFlowsMapperImpl

java.lang.Object
org.a2aproject.sdk.grpc.mapper.OAuthFlowsMapperImpl
All Implemented Interfaces:
OAuthFlowsMapper

@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 OAuthFlowsMapperImpl extends Object implements OAuthFlowsMapper
  • Constructor Details

    • OAuthFlowsMapperImpl

      public OAuthFlowsMapperImpl()
  • Method Details

    • toProto

      public OAuthFlows toProto(org.a2aproject.sdk.spec.OAuthFlows domain)
      Specified by:
      toProto in interface OAuthFlowsMapper
    • fromProto

      public org.a2aproject.sdk.spec.OAuthFlows fromProto(OAuthFlows proto)
      Specified by:
      fromProto in interface OAuthFlowsMapper
    • deviceCodeOAuthFlowToDeviceCodeOAuthFlow

      protected DeviceCodeOAuthFlow deviceCodeOAuthFlowToDeviceCodeOAuthFlow(org.a2aproject.sdk.spec.DeviceCodeOAuthFlow deviceCodeOAuthFlow)
    • deviceCodeOAuthFlowToDeviceCodeOAuthFlow1

      protected org.a2aproject.sdk.spec.DeviceCodeOAuthFlow deviceCodeOAuthFlowToDeviceCodeOAuthFlow1(DeviceCodeOAuthFlow deviceCodeOAuthFlow)