Class AbstractMcpAnnotatedBeans
java.lang.Object
org.springframework.ai.mcp.annotation.spring.scan.AbstractMcpAnnotatedBeans
- Direct Known Subclasses:
McpClientAnnotationScannerAutoConfiguration.ClientMcpAnnotatedBeans
,McpServerAnnotationScannerAutoConfiguration.ServerMcpAnnotatedBeans
Container for Beans that have method with MCP annotations
- Author:
- Christian Tzolov
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
addMcpAnnotatedBean
(Object bean, Set<Class<? extends Annotation>> annotations) getBeansByAnnotation
(Class<? extends Annotation> annotationType) int
getCount()
-
Constructor Details
-
AbstractMcpAnnotatedBeans
public AbstractMcpAnnotatedBeans()
-
-
Method Details
-
addMcpAnnotatedBean
-
getAllAnnotatedBeans
-
getBeansByAnnotation
-
getCount
public int getCount()
-