Package io.jmix.restds.impl.service
Class RemoteServiceBeanFactoryPostProcessor
java.lang.Object
io.jmix.restds.impl.service.RemoteServiceBeanFactoryPostProcessor
- All Implemented Interfaces:
org.springframework.beans.factory.config.BeanFactoryPostProcessor
public class RemoteServiceBeanFactoryPostProcessor
extends Object
implements org.springframework.beans.factory.config.BeanFactoryPostProcessor
-
Constructor Summary
ConstructorsConstructorDescriptionRemoteServiceBeanFactoryPostProcessor(JmixModules jmixModules, List<RemoteServiceConfigurationCustomizer> customizers) -
Method Summary
Modifier and TypeMethodDescriptionvoidpostProcessBeanFactory(org.springframework.beans.factory.config.ConfigurableListableBeanFactory beanFactory)
-
Constructor Details
-
RemoteServiceBeanFactoryPostProcessor
public RemoteServiceBeanFactoryPostProcessor(JmixModules jmixModules, List<RemoteServiceConfigurationCustomizer> customizers)
-
-
Method Details
-
postProcessBeanFactory
public void postProcessBeanFactory(org.springframework.beans.factory.config.ConfigurableListableBeanFactory beanFactory) throws org.springframework.beans.BeansException - Specified by:
postProcessBeanFactoryin interfaceorg.springframework.beans.factory.config.BeanFactoryPostProcessor- Throws:
org.springframework.beans.BeansException
-