Package org.a2aproject.sdk.grpc.mapper
Class TaskPushNotificationConfigMapperImpl
java.lang.Object
org.a2aproject.sdk.grpc.mapper.TaskPushNotificationConfigMapperImpl
- All Implemented Interfaces:
TaskPushNotificationConfigMapper
@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 TaskPushNotificationConfigMapperImpl
extends Object
implements TaskPushNotificationConfigMapper
-
Field Summary
Fields inherited from interface org.a2aproject.sdk.grpc.mapper.TaskPushNotificationConfigMapper
INSTANCE -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionConverts protobuf TaskPushNotificationConfig to domain TaskPushNotificationConfig.toProto(TaskPushNotificationConfig domain) Converts domain TaskPushNotificationConfig to protobuf TaskPushNotificationConfig.
-
Constructor Details
-
TaskPushNotificationConfigMapperImpl
public TaskPushNotificationConfigMapperImpl()
-
-
Method Details
-
toProto
Description copied from interface:TaskPushNotificationConfigMapperConverts domain TaskPushNotificationConfig to protobuf TaskPushNotificationConfig.- Specified by:
toProtoin interfaceTaskPushNotificationConfigMapper- Parameters:
domain- the domain TaskPushNotificationConfig- Returns:
- protobuf TaskPushNotificationConfig
-
fromProto
Description copied from interface:TaskPushNotificationConfigMapperConverts protobuf TaskPushNotificationConfig to domain TaskPushNotificationConfig.- Specified by:
fromProtoin interfaceTaskPushNotificationConfigMapper- Parameters:
proto- the protobuf TaskPushNotificationConfig- Returns:
- domain TaskPushNotificationConfig
-