Class AbstractAnnotatedMethodBeanPostProcessor
java.lang.Object
org.springframework.ai.mcp.annotation.spring.scan.AbstractAnnotatedMethodBeanPostProcessor
- All Implemented Interfaces:
org.springframework.beans.factory.config.BeanPostProcessor
public abstract class AbstractAnnotatedMethodBeanPostProcessor
extends Object
implements org.springframework.beans.factory.config.BeanPostProcessor
- Author:
- Christian Tzolov, Josh Long
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionAbstractAnnotatedMethodBeanPostProcessor(AbstractMcpAnnotatedBeans registry, Set<Class<? extends Annotation>> targetAnnotations) -
Method Summary
Modifier and TypeMethodDescriptionpostProcessAfterInitialization(Object bean, String beanName) protected Set<Class<? extends Annotation>>Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.springframework.beans.factory.config.BeanPostProcessor
postProcessBeforeInitialization
-
Field Details
-
targetAnnotations
-
-
Constructor Details
-
AbstractAnnotatedMethodBeanPostProcessor
public AbstractAnnotatedMethodBeanPostProcessor(AbstractMcpAnnotatedBeans registry, Set<Class<? extends Annotation>> targetAnnotations)
-
-
Method Details
-
postProcessAfterInitialization
public Object postProcessAfterInitialization(Object bean, String beanName) throws org.springframework.beans.BeansException - Specified by:
postProcessAfterInitializationin interfaceorg.springframework.beans.factory.config.BeanPostProcessor- Throws:
org.springframework.beans.BeansException
-
scan
-