Class FiltersRegistrationBeanFactoryPostProcessor
- java.lang.Object
-
- com.xebialabs.xlrelease.spring.configuration.FiltersRegistrationBeanFactoryPostProcessor
-
- All Implemented Interfaces:
org.springframework.beans.factory.config.BeanFactoryPostProcessor
@Component public class FiltersRegistrationBeanFactoryPostProcessor extends java.lang.Object implements org.springframework.beans.factory.config.BeanFactoryPostProcessorDisable spring-boot configured filter registration beans
-
-
Constructor Summary
Constructors Constructor Description FiltersRegistrationBeanFactoryPostProcessor()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidpostProcessBeanFactory(org.springframework.beans.factory.config.ConfigurableListableBeanFactory bF)
-
-
-
Method Detail
-
postProcessBeanFactory
public void postProcessBeanFactory(org.springframework.beans.factory.config.ConfigurableListableBeanFactory bF) throws org.springframework.beans.BeansException- Specified by:
postProcessBeanFactoryin interfaceorg.springframework.beans.factory.config.BeanFactoryPostProcessor- Throws:
org.springframework.beans.BeansException
-
-