Uses of Interface
dev.tachyonmcp.api.json.spi.JsonDocumentFactory
Packages that use JsonDocumentFactory
Package
Description
JSON serialization and type utilities for MCP server internals.
-
Uses of JsonDocumentFactory in dev.tachyonmcp.core.server.json
Classes in dev.tachyonmcp.core.server.json that implement JsonDocumentFactoryModifier and TypeClassDescriptionfinal classJackson 3-backedJsonDocumentFactoryandJsonSchemaFactoryforStringsources: parses the source and rejects malformed JSON before wrapping it.final classJacksonJsonNode-backedJsonDocumentFactoryandJsonSchemaFactory: wraps an already-parsed tree without re-serializing it, retaining the node forJsonDocument.unwrap(Class)instead of round-tripping through a JSON string.final classJacksonObjectNode-backedJsonDocumentFactoryandJsonSchemaFactory: wraps an already-parsed object node without re-serializing it, retaining it forJsonDocument.unwrap(Class)instead of round-tripping through a JSON string.