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(@NotNull Configurer configurer) Creates a new instance. -
Method Summary
Modifier and TypeMethodDescriptionprotected @NotNull ConfigurerReturns the configurable components configurer.postProcessBeforeInitialization(@NotNull Object bean, @NotNull 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(@NotNull @NotNull Object bean, @NotNull @NotNull String beanName) throws org.springframework.beans.BeansException - Specified by:
postProcessBeforeInitializationin interfaceorg.springframework.beans.factory.config.BeanPostProcessor- Throws:
org.springframework.beans.BeansException
-