Class JacksonMcpJsonMapperSupplier

java.lang.Object
io.modelcontextprotocol.json.jackson3.JacksonMcpJsonMapperSupplier
All Implemented Interfaces:
McpJsonMapperSupplier, Supplier<McpJsonMapper>

public class JacksonMcpJsonMapperSupplier extends Object implements McpJsonMapperSupplier
A supplier of McpJsonMapper instances that uses the Jackson library for JSON serialization and deserialization.

This implementation provides a McpJsonMapper backed by JsonMapper shared instance.

  • Constructor Details

    • JacksonMcpJsonMapperSupplier

      public JacksonMcpJsonMapperSupplier()
  • Method Details