JavaScript is disabled on your browser.
Skip navigation links
Overview
Class
Use
Tree
Deprecated
Index
Search
Help
com.soklet
McpValue
Contents
Description
Hide sidebar
Show sidebar
Interface McpValue
All Known Implementing Classes:
McpArray
,
McpBoolean
,
McpNull
,
McpNumber
,
McpObject
,
McpString
@ThreadSafe
public sealed interface
McpValue
permits
McpObject
,
McpArray
,
McpString
,
McpNumber
,
McpBoolean
,
McpNull
Small immutable public value model for MCP JSON-like values.
Author:
Mark Allen