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