Package org.a2aproject.sdk.grpc.mapper
Class GetTaskPushNotificationConfigParamsMapperImpl
java.lang.Object
org.a2aproject.sdk.grpc.mapper.GetTaskPushNotificationConfigParamsMapperImpl
- All Implemented Interfaces:
GetTaskPushNotificationConfigParamsMapper
@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 GetTaskPushNotificationConfigParamsMapperImpl
extends Object
implements GetTaskPushNotificationConfigParamsMapper
-
Field Summary
Fields inherited from interface org.a2aproject.sdk.grpc.mapper.GetTaskPushNotificationConfigParamsMapper
INSTANCE -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionConverts proto GetTaskPushNotificationConfigRequest to domain GetTaskPushNotificationConfigParams.Converts domain GetTaskPushNotificationConfigParams to proto GetTaskPushNotificationConfigRequest.
-
Constructor Details
-
GetTaskPushNotificationConfigParamsMapperImpl
public GetTaskPushNotificationConfigParamsMapperImpl()
-
-
Method Details
-
fromProto
Description copied from interface:GetTaskPushNotificationConfigParamsMapperConverts proto GetTaskPushNotificationConfigRequest to domain GetTaskPushNotificationConfigParams.- Specified by:
fromProtoin interfaceGetTaskPushNotificationConfigParamsMapper
-
toProto
Description copied from interface:GetTaskPushNotificationConfigParamsMapperConverts domain GetTaskPushNotificationConfigParams to proto GetTaskPushNotificationConfigRequest.- Specified by:
toProtoin interfaceGetTaskPushNotificationConfigParamsMapper
-