Package org.chenile.http.init
Class TrajectoryPostprocessor
java.lang.Object
org.chenile.http.init.TrajectoryPostprocessor
- All Implemented Interfaces:
BeanFactoryPostProcessor
Processes all the trajectories
ConditionalOnTrajectory
annotations.
End users need not be aware of this class. It is configured in Spring and does its job quietly.-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
postProcessBeanFactory
(ConfigurableListableBeanFactory beanFactory)
-
Constructor Details
-
TrajectoryPostprocessor
public TrajectoryPostprocessor()
-
-
Method Details
-
postProcessBeanFactory
public void postProcessBeanFactory(ConfigurableListableBeanFactory beanFactory) throws BeansException - Specified by:
postProcessBeanFactory
in interfaceBeanFactoryPostProcessor
- Throws:
BeansException
-