Package org.a2aproject.sdk.grpc.mapper
Class AuthenticationInfoMapperImpl
java.lang.Object
org.a2aproject.sdk.grpc.mapper.AuthenticationInfoMapperImpl
- All Implemented Interfaces:
AuthenticationInfoMapper
@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 AuthenticationInfoMapperImpl
extends Object
implements AuthenticationInfoMapper
-
Field Summary
Fields inherited from interface org.a2aproject.sdk.grpc.mapper.AuthenticationInfoMapper
INSTANCE -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionfromProto(AuthenticationInfo proto) Converts proto AuthenticationInfo to domain AuthenticationInfo.toProto(AuthenticationInfo domain) Converts domain AuthenticationInfo to proto AuthenticationInfo.
-
Constructor Details
-
AuthenticationInfoMapperImpl
public AuthenticationInfoMapperImpl()
-
-
Method Details
-
toProto
Description copied from interface:AuthenticationInfoMapperConverts domain AuthenticationInfo to proto AuthenticationInfo. Takes the first scheme from the schemes list.- Specified by:
toProtoin interfaceAuthenticationInfoMapper
-
fromProto
Description copied from interface:AuthenticationInfoMapperConverts proto AuthenticationInfo to domain AuthenticationInfo. Wraps the single scheme in a list.- Specified by:
fromProtoin interfaceAuthenticationInfoMapper
-