Uses of Interface
dev.tachyonmcp.api.json.JsonArray
Packages that use JsonArray
Package
Description
Provider-neutral JSON document and object abstractions.
Domain types for MCP protocol data structures.
-
Uses of JsonArray in dev.tachyonmcp.api.json
Methods in dev.tachyonmcp.api.json that return JsonArrayModifier and TypeMethodDescriptiondefault JsonArrayReturns the array element atindexorfallbackwhen it is JSON null.default JsonArrayReturns the named array orfallbackwhen it is missing or JSON null.default JsonArrayJsonArray.arrayValue(int index) Returns the required array element atindex.default JsonArrayJsonObject.arrayValue(String name) Returns the named required array.static JsonArrayJsonArray.empty()Returns an empty JSON array.static JsonArrayCreates an immutable array by recursively snapshotting JSON-compatible values.Methods in dev.tachyonmcp.api.json that return types with arguments of type JsonArrayModifier and TypeMethodDescriptionJsonArray.arrayOpt(int index) Returns the element atindexas an array, or an empty optional when it is JSON null.Returns the named array, or an empty optional when it is missing or JSON null.Methods in dev.tachyonmcp.api.json with parameters of type JsonArray -
Uses of JsonArray in dev.tachyonmcp.api.server.domain
Methods in dev.tachyonmcp.api.server.domain that return types with arguments of type JsonArray