Class DeploymentSpecificsBeanPostProcessor
java.lang.Object
org.frankframework.ladybug.DeploymentSpecificsBeanPostProcessor
- All Implemented Interfaces:
org.springframework.beans.factory.config.BeanPostProcessor
public class DeploymentSpecificsBeanPostProcessor
extends Object
implements org.springframework.beans.factory.config.BeanPostProcessor
- Author:
- Jaco de Groot
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionpostProcessAfterInitialization(@NonNull Object bean, @NonNull String beanName) postProcessBeforeInitialization(@NonNull Object bean, @NonNull String beanName)
-
Constructor Details
-
DeploymentSpecificsBeanPostProcessor
public DeploymentSpecificsBeanPostProcessor()
-
-
Method Details
-
postProcessBeforeInitialization
public Object postProcessBeforeInitialization(@NonNull Object bean, @NonNull String beanName) throws org.springframework.beans.BeansException - Specified by:
postProcessBeforeInitializationin interfaceorg.springframework.beans.factory.config.BeanPostProcessor- Throws:
org.springframework.beans.BeansException
-
postProcessAfterInitialization
public Object postProcessAfterInitialization(@NonNull Object bean, @NonNull String beanName) throws org.springframework.beans.BeansException - Specified by:
postProcessAfterInitializationin interfaceorg.springframework.beans.factory.config.BeanPostProcessor- Throws:
org.springframework.beans.BeansException
-