Package org.a2aproject.sdk.grpc.mapper
Class MessageSendConfigurationMapperImpl
java.lang.Object
org.a2aproject.sdk.grpc.mapper.MessageSendConfigurationMapperImpl
- All Implemented Interfaces:
MessageSendConfigurationMapper
@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 MessageSendConfigurationMapperImpl
extends Object
implements MessageSendConfigurationMapper
-
Field Summary
Fields inherited from interface org.a2aproject.sdk.grpc.mapper.MessageSendConfigurationMapper
INSTANCE -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionorg.a2aproject.sdk.spec.MessageSendConfigurationConverts proto SendMessageConfiguration to domain MessageSendConfiguration.toProto(org.a2aproject.sdk.spec.MessageSendConfiguration domain) Converts domain MessageSendConfiguration to proto SendMessageConfiguration.
-
Constructor Details
-
MessageSendConfigurationMapperImpl
public MessageSendConfigurationMapperImpl()
-
-
Method Details
-
toProto
Description copied from interface:MessageSendConfigurationMapperConverts domain MessageSendConfiguration to proto SendMessageConfiguration.- Specified by:
toProtoin interfaceMessageSendConfigurationMapper
-
fromProto
Description copied from interface:MessageSendConfigurationMapperConverts proto SendMessageConfiguration to domain MessageSendConfiguration. Uses Builder pattern for record construction.- Specified by:
fromProtoin interfaceMessageSendConfigurationMapper
-