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