Uses of Class
com.github.thought2code.mcp.annotated.util.Immutable
Packages that use Immutable
Package
Description
-
Uses of Immutable in com.github.thought2code.mcp.annotated.reflect
Methods in com.github.thought2code.mcp.annotated.reflect that return ImmutableModifier and TypeMethodDescriptionInvocationResult.exception()Returns the value of theexceptionrecord component.Constructors in com.github.thought2code.mcp.annotated.reflect with parameters of type ImmutableModifierConstructorDescriptionInvocationResult(@NotNull Object result, Immutable<Exception> exception) Creates an instance of aInvocationResultrecord class. -
Uses of Immutable in com.github.thought2code.mcp.annotated.server.component
Fields in com.github.thought2code.mcp.annotated.server.component declared as ImmutableModifier and TypeFieldDescriptionprotected final Immutable<io.modelcontextprotocol.server.McpSyncServer>McpServerComponentBase.mcpSyncServerThe MCP synchronous server instance wrapped in anImmutablewrapper for avoiding EI_EXPOSE_REP2 issue. -
Uses of Immutable in com.github.thought2code.mcp.annotated.util
Methods in com.github.thought2code.mcp.annotated.util that return Immutable