Package org.a2aproject.sdk.grpc.mapper
Class ListTaskPushNotificationConfigsParamsMapperImpl
java.lang.Object
org.a2aproject.sdk.grpc.mapper.ListTaskPushNotificationConfigsParamsMapperImpl
- All Implemented Interfaces:
ListTaskPushNotificationConfigsParamsMapper
@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 ListTaskPushNotificationConfigsParamsMapperImpl
extends Object
implements ListTaskPushNotificationConfigsParamsMapper
-
Field Summary
Fields inherited from interface org.a2aproject.sdk.grpc.mapper.ListTaskPushNotificationConfigsParamsMapper
INSTANCE -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionorg.a2aproject.sdk.spec.ListTaskPushNotificationConfigsParamsConverts proto ListTaskPushNotificationConfigsRequest to domain ListTaskPushNotificationConfigsParams.toProto(org.a2aproject.sdk.spec.ListTaskPushNotificationConfigsParams domain) Converts domain ListTaskPushNotificationConfigsParams to proto ListTaskPushNotificationConfigsRequest.
-
Constructor Details
-
ListTaskPushNotificationConfigsParamsMapperImpl
public ListTaskPushNotificationConfigsParamsMapperImpl()
-
-
Method Details
-
fromProto
public org.a2aproject.sdk.spec.ListTaskPushNotificationConfigsParams fromProto(ListTaskPushNotificationConfigsRequest proto) Description copied from interface:ListTaskPushNotificationConfigsParamsMapperConverts proto ListTaskPushNotificationConfigsRequest to domain ListTaskPushNotificationConfigsParams.- Specified by:
fromProtoin interfaceListTaskPushNotificationConfigsParamsMapper
-
toProto
public ListTaskPushNotificationConfigsRequest toProto(org.a2aproject.sdk.spec.ListTaskPushNotificationConfigsParams domain) Description copied from interface:ListTaskPushNotificationConfigsParamsMapperConverts domain ListTaskPushNotificationConfigsParams to proto ListTaskPushNotificationConfigsRequest.- Specified by:
toProtoin interfaceListTaskPushNotificationConfigsParamsMapper
-