Uses of Class
org.a2aproject.sdk.jsonrpc.common.json.JsonProcessingException
Packages that use JsonProcessingException
Package
Description
JSON processing exceptions for the A2A Java SDK.
-
Uses of JsonProcessingException in org.a2aproject.sdk.jsonrpc.common.json
Subclasses of JsonProcessingException in org.a2aproject.sdk.jsonrpc.common.jsonModifier and TypeClassDescriptionclassJSON mapping exception that includes request ID for error tracking.classException for invalid parameters during JSON mapping.classException for JSON mapping errors when converting between JSON and Java objects.classException thrown when JSON mapping fails due to a method not found error.Methods in org.a2aproject.sdk.jsonrpc.common.json that throw JsonProcessingExceptionModifier and TypeMethodDescriptionstatic <T> TDeserializes JSON string to an object of the specified class.static <T> TDeserializes JSON string to an object of the specified type.JsonUtil.readMetadata(@Nullable String json) Reads the "metadata" field from a JSON body string, if present.static StringSerializes an object to a JSON string using Gson.static StringJsonUtil.toJsonStreamingEvent(org.a2aproject.sdk.spec.StreamingEventKind data) Serializes a streaming event using the A2A streaming wrapper format.