Uses of Record Class
org.a2aproject.sdk.spec.AgentExtension
Packages that use AgentExtension
Package
Description
JSON processing exceptions for the A2A Java SDK.
-
Uses of AgentExtension in org.a2aproject.sdk.grpc.mapper
Methods in org.a2aproject.sdk.grpc.mapper that return AgentExtensionModifier and TypeMethodDescriptionAgentExtensionMapper.fromProto(AgentExtension proto) Converts proto AgentExtension to domain AgentExtension.AgentExtensionMapperImpl.fromProto(AgentExtension proto) Methods in org.a2aproject.sdk.grpc.mapper that return types with arguments of type AgentExtensionModifier and TypeMethodDescriptionprotected List<AgentExtension>AgentCapabilitiesMapperImpl.agentExtensionListToAgentExtensionList(List<AgentExtension> list) Methods in org.a2aproject.sdk.grpc.mapper with parameters of type AgentExtensionModifier and TypeMethodDescriptionAgentExtensionMapper.toProto(AgentExtension domain) Converts domain AgentExtension to proto AgentExtension.AgentExtensionMapperImpl.toProto(AgentExtension domain) -
Uses of AgentExtension in org.a2aproject.sdk.server.extensions
Methods in org.a2aproject.sdk.server.extensions that return AgentExtensionModifier and TypeMethodDescriptionstatic @Nullable AgentExtensionA2AExtensions.findExtensionByUri(AgentCard card, String uri) -
Uses of AgentExtension in org.a2aproject.sdk.spec
Methods in org.a2aproject.sdk.spec that return AgentExtensionModifier and TypeMethodDescriptionAgentExtension.Builder.build()Builds a new immutableAgentExtensionfrom the current builder state.Methods in org.a2aproject.sdk.spec that return types with arguments of type AgentExtensionModifier and TypeMethodDescription@Nullable List<AgentExtension>AgentCapabilities.extensions()Returns the value of theextensionsrecord component.Method parameters in org.a2aproject.sdk.spec with type arguments of type AgentExtensionModifier and TypeMethodDescriptionAgentCapabilities.Builder.extensions(List<AgentExtension> extensions) Sets the list of custom extensions supported by the agent.Constructor parameters in org.a2aproject.sdk.spec with type arguments of type AgentExtensionModifierConstructorDescriptionAgentCapabilities(boolean streaming, boolean pushNotifications, boolean extendedAgentCard, @Nullable List<AgentExtension> extensions) Creates an instance of aAgentCapabilitiesrecord class.