Uses of Interface
org.a2aproject.sdk.spec.FileContent
Packages that use FileContent
Package
Description
JSON processing exceptions for the A2A Java SDK.
-
Uses of FileContent in org.a2aproject.sdk.compat03.conversion.mappers.domain
Methods in org.a2aproject.sdk.compat03.conversion.mappers.domain that return FileContentModifier and TypeMethodDescriptiondefault FileContentFileContentMapper_v0_3.toV10(FileContent_v0_3 v03) Converts v0.3 FileContent to v1.0 FileContent.Methods in org.a2aproject.sdk.compat03.conversion.mappers.domain with parameters of type FileContentModifier and TypeMethodDescriptiondefault FileContent_v0_3FileContentMapper_v0_3.fromV10(FileContent v10) Converts v1.0 FileContent to v0.3 FileContent. -
Uses of FileContent in org.a2aproject.sdk.spec
Classes in org.a2aproject.sdk.spec that implement FileContentModifier and TypeClassDescriptionfinal classRepresents file content embedded directly as base64-encoded bytes.final recordRepresents file content referenced by a URI location.Methods in org.a2aproject.sdk.spec that return FileContentModifier and TypeMethodDescriptionFilePart.file()Returns the value of thefilerecord component.Constructors in org.a2aproject.sdk.spec with parameters of type FileContentModifierConstructorDescriptionFilePart(FileContent file) Constructor.FilePart(FileContent file, @Nullable Map<String, Object> metadata) Compact constructor with validation.