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-07-21T16:05:38+0100",
comments="version: 1.6.3, compiler: javac, environment: Java 17.0.18 (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 TypeMethodDescriptionConverts proto SendMessageConfiguration to domain MessageSendConfiguration.toProto(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
-