Uses of Interface
dev.tachyonmcp.api.server.features.resources.ResourceTemplateDescriptor.Builder
Packages that use ResourceTemplateDescriptor.Builder
Package
Description
Resource feature types and function interfaces.
-
Uses of ResourceTemplateDescriptor.Builder in dev.tachyonmcp.api.server.features.resources
Methods in dev.tachyonmcp.api.server.features.resources that return ResourceTemplateDescriptor.BuilderModifier and TypeMethodDescriptionResourceTemplateDescriptor.Builder.annotations(@Nullable Annotations annotations) Sets the optional annotations shared by resources matching this template.ResourceTemplateDescriptor.builder()Creates a builder for constructing resource template descriptors.ResourceTemplateDescriptor.Builder.description(@Nullable String description) Sets the optional description of the resource family.ResourceTemplateDescriptor.Builder.extensionId(@Nullable String extensionId) Sets the optional identifier of the extension that owns this template.Sets the optional icons for resources matching this template.Sets the optional icons for resources matching this template.Sets optional protocol extension metadata.Sets the optional MIME type that all matching resources share.Sets the template name, unique within the server.Sets the optional human-readable title.ResourceTemplateDescriptor.Builder.uriTemplate(String uriTemplate) Sets the URI template pattern (e.g.Method parameters in dev.tachyonmcp.api.server.features.resources with type arguments of type ResourceTemplateDescriptor.BuilderModifier and TypeMethodDescriptiondefault ResourcesResources.registerTemplate(Consumer<ResourceTemplateDescriptor.Builder> configurer, ResourceFn fn) Registers a resource template configured through its builder.default ResourcesResources.registerTemplateAsync(Consumer<ResourceTemplateDescriptor.Builder> descriptor, AsyncResourceFn fn) Registers a resource template configured through its builder.