- All Known Implementing Classes:
ConfigurerImpl
@API(status=STABLE,
since="1.0")
public interface Configurer
Generic interface for configurable components configurer.
- Since:
- 1.0
- Version:
- 1.0, 2019-07, 1.1, 2025-07
- Author:
- (w) Iker Hernaez
- See Also:
-
Method Summary
Modifier and TypeMethodDescriptionvoidconfigure(@NotNull Configurable bean) Configures the bean passed as argument.static @NotNull ConfigurerfromProvider(@NotNull ConfigProvider provider) Creates a newConfigurerinstance using the specifiedConfigProvider.
-
Method Details
-
fromProvider
Creates a newConfigurerinstance using the specifiedConfigProvider.- Parameters:
provider- TheConfigProviderto use.- Returns:
- A new
Configurerinstance.
-
configure
Configures the bean passed as argument.- Parameters:
bean- The bean to configure.
-