Class JacksonMcpJsonMapperSupplier

java.lang.Object
io.modelcontextprotocol.json.jackson.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 a Jackson ObjectMapper.

  • Constructor Details

    • JacksonMcpJsonMapperSupplier

      public JacksonMcpJsonMapperSupplier()
  • Method Details