Class MicronautMcpJsonMapperSupplier

java.lang.Object
io.micronaut.mcp.server.json.MicronautMcpJsonMapperSupplier
All Implemented Interfaces:
io.modelcontextprotocol.json.McpJsonMapperSupplier, Supplier<io.modelcontextprotocol.json.McpJsonMapper>

@Internal public final class MicronautMcpJsonMapperSupplier extends Object implements io.modelcontextprotocol.json.McpJsonMapperSupplier
A Micronaut implementation of McpJsonMapperSupplier that provides a MicronautMcpJsonMapper.
  • Constructor Details

    • MicronautMcpJsonMapperSupplier

      public MicronautMcpJsonMapperSupplier()
  • Method Details

    • get

      public io.modelcontextprotocol.json.McpJsonMapper get()
      Specified by:
      get in interface Supplier<io.modelcontextprotocol.json.McpJsonMapper>