Package net.n2oapp.framework.boot
Class N2oEnvironmentPostProcessor
- java.lang.Object
-
- net.n2oapp.framework.boot.N2oEnvironmentPostProcessor
-
- All Implemented Interfaces:
org.springframework.beans.factory.config.BeanPostProcessor
public class N2oEnvironmentPostProcessor extends Object implements org.springframework.beans.factory.config.BeanPostProcessor
Пост процессор для передачи окружения N2O всем бинам реализующим интерфейсMetadataEnvironmentAware
-
-
Constructor Summary
Constructors Constructor Description N2oEnvironmentPostProcessor(net.n2oapp.framework.api.MetadataEnvironment environment)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ObjectpostProcessBeforeInitialization(Object bean, String beanName)
-
-
-
Method Detail
-
postProcessBeforeInitialization
public Object postProcessBeforeInitialization(Object bean, String beanName) throws org.springframework.beans.BeansException
- Specified by:
postProcessBeforeInitializationin interfaceorg.springframework.beans.factory.config.BeanPostProcessor- Throws:
org.springframework.beans.BeansException
-
-