Uses of Package
dev.tachyonmcp.core.server.json
Packages that use dev.tachyonmcp.core.server.json
Package
Description
JSON serialization and type utilities for MCP server internals.
-
Classes in dev.tachyonmcp.core.server.json used by dev.tachyonmcp.core.server.jsonClassDescriptionJackson 3-backed
JsonDocumentFactoryandJsonSchemaFactoryforStringsources: parses the source and rejects malformed JSON before wrapping it.JacksonJsonNode-backedJsonDocumentFactoryandJsonSchemaFactory: wraps an already-parsed tree without re-serializing it, retaining the node forJsonDocument.unwrap(Class)instead of round-tripping through a JSON string.JacksonObjectNode-backedJsonDocumentFactoryandJsonSchemaFactory: wraps an already-parsed object node without re-serializing it, retaining it forJsonDocument.unwrap(Class)instead of round-tripping through a JSON string.DefaultPayloadSerdebacked by Jackson.JSON Schema validator backed bynetworknt/json-schema-validator.