Uses of Interface
dev.tachyonmcp.api.server.domain.UriTemplateValue
Packages that use UriTemplateValue
Package
Description
Domain types for MCP protocol data structures.
Resource feature types and function interfaces.
-
Uses of UriTemplateValue in dev.tachyonmcp.api.server.domain
Classes in dev.tachyonmcp.api.server.domain that implement UriTemplateValueModifier and TypeClassDescriptionstatic final recordA scalar template variable.static final recordAn exploded list template variable.Methods in dev.tachyonmcp.api.server.domain that return types with arguments of type UriTemplateValueModifier and TypeMethodDescriptionParses a raw URI according to this template and extracts decoded variable values. -
Uses of UriTemplateValue in dev.tachyonmcp.api.server.features.resources
Methods in dev.tachyonmcp.api.server.features.resources that return types with arguments of type UriTemplateValueModifier and TypeMethodDescriptiondefault Map<String, UriTemplateValue> ResourceRequest.params()URI-template variable values extracted during template matching, keyed by variable name.Method parameters in dev.tachyonmcp.api.server.features.resources with type arguments of type UriTemplateValueModifier and TypeMethodDescriptionResourceRequest.Builder.params(Map<String, ? extends UriTemplateValue> params) Sets the URI-template variable values extracted during template matching.