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-08-07T12:19:20+0000",
comments="version: 1.6.3, compiler: javac, environment: Java 17.0.19 (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 TypeMethodDescriptionorg.a2aproject.sdk.spec.GetTaskPushNotificationConfigParamsConverts proto GetTaskPushNotificationConfigRequest to domain GetTaskPushNotificationConfigParams.toProto(org.a2aproject.sdk.spec.GetTaskPushNotificationConfigParams domain) Converts domain GetTaskPushNotificationConfigParams to proto GetTaskPushNotificationConfigRequest.
-
Constructor Details
-
GetTaskPushNotificationConfigParamsMapperImpl
public GetTaskPushNotificationConfigParamsMapperImpl()
-
-
Method Details
-
fromProto
public org.a2aproject.sdk.spec.GetTaskPushNotificationConfigParams fromProto(GetTaskPushNotificationConfigRequest proto) Description copied from interface:GetTaskPushNotificationConfigParamsMapperConverts proto GetTaskPushNotificationConfigRequest to domain GetTaskPushNotificationConfigParams.- Specified by:
fromProtoin interfaceGetTaskPushNotificationConfigParamsMapper
-
toProto
public GetTaskPushNotificationConfigRequest toProto(org.a2aproject.sdk.spec.GetTaskPushNotificationConfigParams domain) Description copied from interface:GetTaskPushNotificationConfigParamsMapperConverts domain GetTaskPushNotificationConfigParams to proto GetTaskPushNotificationConfigRequest.- Specified by:
toProtoin interfaceGetTaskPushNotificationConfigParamsMapper
-