Class AgentCardMapperImpl

java.lang.Object
org.a2aproject.sdk.grpc.mapper.AgentCardMapperImpl
All Implemented Interfaces:
AgentCardMapper

@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 AgentCardMapperImpl extends Object implements AgentCardMapper
  • Constructor Details

    • AgentCardMapperImpl

      public AgentCardMapperImpl()
  • Method Details

    • toProto

      public AgentCard toProto(org.a2aproject.sdk.spec.AgentCard domain)
      Specified by:
      toProto in interface AgentCardMapper
    • fromProto

      public org.a2aproject.sdk.spec.AgentCard fromProto(AgentCard proto)
      Specified by:
      fromProto in interface AgentCardMapper
    • stringSecuritySchemeMapToStringSecuritySchemeMap

      protected Map<String,SecurityScheme> stringSecuritySchemeMapToStringSecuritySchemeMap(Map<String,org.a2aproject.sdk.spec.SecurityScheme> map)
    • agentSkillListToAgentSkillList

      protected List<org.a2aproject.sdk.spec.AgentSkill> agentSkillListToAgentSkillList(List<AgentSkill> list)
    • stringSecuritySchemeMapToStringSecuritySchemeMap1

      protected Map<String,org.a2aproject.sdk.spec.SecurityScheme> stringSecuritySchemeMapToStringSecuritySchemeMap1(Map<String,SecurityScheme> map)
    • agentInterfaceListToAgentInterfaceList

      protected List<org.a2aproject.sdk.spec.AgentInterface> agentInterfaceListToAgentInterfaceList(List<AgentInterface> list)
    • agentCardSignatureListToAgentCardSignatureList

      protected List<org.a2aproject.sdk.spec.AgentCardSignature> agentCardSignatureListToAgentCardSignatureList(List<AgentCardSignature> list)