java.lang.Object
dev.orne.config.spring.ConfigurableComponentsPostProcessor
- All Implemented Interfaces:
org.springframework.beans.factory.config.BeanPostProcessor
@API(status=INTERNAL,
since="1.0")
public class ConfigurableComponentsPostProcessor
extends Object
implements org.springframework.beans.factory.config.BeanPostProcessor
Spring bean post processor for automatic configuration of
Configurable beans.- Since:
- 1.0
- Version:
- 1.0, 2025-08
- Author:
- (w) Iker Hernaez
-
Constructor Summary
ConstructorsConstructorDescriptionConfigurableComponentsPostProcessor(Configurer configurer) Creates a new instance. -
Method Summary
Modifier and TypeMethodDescriptionprotected ConfigurerReturns the configurable components configurer.postProcessBeforeInitialization(Object bean, String beanName) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.springframework.beans.factory.config.BeanPostProcessor
postProcessAfterInitialization
-
Constructor Details
-
ConfigurableComponentsPostProcessor
Creates a new instance.- Parameters:
configurer- The configurable components configurer.
-
-
Method Details
-
getConfigurer
Returns the configurable components configurer.- Returns:
- The configurable components configurer.
-
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
-