Package io.jmix.core
Class JmixModulesProcessor
java.lang.Object
io.jmix.core.JmixModulesProcessor
- All Implemented Interfaces:
- org.springframework.beans.factory.Aware,- org.springframework.beans.factory.config.BeanFactoryPostProcessor,- org.springframework.beans.factory.support.BeanDefinitionRegistryPostProcessor,- org.springframework.context.EnvironmentAware,- org.springframework.core.Ordered,- org.springframework.core.PriorityOrdered
public class JmixModulesProcessor
extends Object
implements org.springframework.beans.factory.support.BeanDefinitionRegistryPostProcessor, org.springframework.context.EnvironmentAware, org.springframework.core.PriorityOrdered
- 
Field SummaryFields inherited from interface org.springframework.core.OrderedHIGHEST_PRECEDENCE, LOWEST_PRECEDENCE
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionintgetOrder()voidpostProcessBeanDefinitionRegistry(org.springframework.beans.factory.support.BeanDefinitionRegistry registry) voidpostProcessBeanFactory(org.springframework.beans.factory.config.ConfigurableListableBeanFactory beanFactory) voidsetEnvironment(org.springframework.core.env.Environment environment) 
- 
Constructor Details- 
JmixModulesProcessorpublic JmixModulesProcessor()
 
- 
- 
Method Details- 
getJmixModules
- 
postProcessBeanDefinitionRegistrypublic void postProcessBeanDefinitionRegistry(org.springframework.beans.factory.support.BeanDefinitionRegistry registry) throws org.springframework.beans.BeansException - Specified by:
- postProcessBeanDefinitionRegistryin interface- org.springframework.beans.factory.support.BeanDefinitionRegistryPostProcessor
- Throws:
- org.springframework.beans.BeansException
 
- 
postProcessBeanFactorypublic void postProcessBeanFactory(org.springframework.beans.factory.config.ConfigurableListableBeanFactory beanFactory) throws org.springframework.beans.BeansException - Specified by:
- postProcessBeanFactoryin interface- org.springframework.beans.factory.support.BeanDefinitionRegistryPostProcessor
- Specified by:
- postProcessBeanFactoryin interface- org.springframework.beans.factory.config.BeanFactoryPostProcessor
- Throws:
- org.springframework.beans.BeansException
 
- 
getOrderpublic int getOrder()- Specified by:
- getOrderin interface- org.springframework.core.Ordered
 
- 
setEnvironmentpublic void setEnvironment(org.springframework.core.env.Environment environment) - Specified by:
- setEnvironmentin interface- org.springframework.context.EnvironmentAware
 
 
-