类 AbstractMcpServerComponentFactory<T>

java.lang.Object
com.github.codeboyzhou.mcp.declarative.server.component.AbstractMcpServerComponentFactory<T>
所有已实现的接口:
McpServerComponentFactory<T>
直接已知子类:
McpServerPromptFactory, McpServerResourceFactory, McpServerToolFactory

public abstract class AbstractMcpServerComponentFactory<T> extends Object implements McpServerComponentFactory<T>
  • 字段详细资料

    • NOT_SPECIFIED

      protected static final String NOT_SPECIFIED
      另请参阅:
    • injector

      protected final com.google.inject.Injector injector
    • i18nEnabled

      protected final Boolean i18nEnabled
  • 构造器详细资料

    • AbstractMcpServerComponentFactory

      protected AbstractMcpServerComponentFactory(com.google.inject.Injector injector, Boolean i18nEnabled)
  • 方法详细资料

    • resolveComponentAttributeValue

      protected String resolveComponentAttributeValue(String attributeLiteralValue)