Uses of Record Class
dev.tachyonmcp.api.json.SchemaValidationError
Packages that use SchemaValidationError
Package
Description
Provider-neutral JSON document and object abstractions.
JSON serialization and type utilities for MCP server internals.
-
Uses of SchemaValidationError in dev.tachyonmcp.api.json
Methods in dev.tachyonmcp.api.json that return types with arguments of type SchemaValidationErrorModifier and TypeMethodDescriptionJsonSchemaValidator.validate(JsonSchema schema, JsonDocument document) Validates the given JSON document against the schema and returns any errors.Method parameters in dev.tachyonmcp.api.json with type arguments of type SchemaValidationErrorModifier and TypeMethodDescriptionstatic StringSchemaValidationError.join(List<SchemaValidationError> errors) Joins the messages of several errors into one"; "-separated string. -
Uses of SchemaValidationError in dev.tachyonmcp.core.server.json
Methods in dev.tachyonmcp.core.server.json that return types with arguments of type SchemaValidationErrorModifier and TypeMethodDescriptionNetworkntJsonSchemaValidator.validate(JsonSchema schema, JsonDocument document)