Interface AgentSkillMapper

All Known Implementing Classes:
AgentSkillMapperImpl

public interface AgentSkillMapper
Mapper between AgentSkill and AgentSkill.
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final AgentSkillMapper
     
  • Method Summary

    Modifier and Type
    Method
    Description
    org.a2aproject.sdk.spec.AgentSkill
     
    toProto(org.a2aproject.sdk.spec.AgentSkill domain)
     
  • Field Details

  • Method Details

    • toProto

      AgentSkill toProto(org.a2aproject.sdk.spec.AgentSkill domain)
    • fromProto

      org.a2aproject.sdk.spec.AgentSkill fromProto(AgentSkill proto)