Uses of Interface
dev.orne.config.Configurable
Packages that use Configurable
Package
Description
Configuration management system.
Internal implementations of configuration instances.
-
Uses of Configurable in dev.orne.config
Methods in dev.orne.config with parameters of type ConfigurableModifier and TypeMethodDescriptionvoidConfigurer.configure(@NotNull Configurable bean) Configures the bean passed as argument. -
Uses of Configurable in dev.orne.config.impl
Methods in dev.orne.config.impl that return types with arguments of type ConfigurableModifier and TypeMethodDescriptionprotected @NotNull Collection<Configurable>ConfigurerImpl.scanNestedComponents(@NotNull Object bean) Scans the fields of the bean passed as argument for instances ofConfigurablenot configured.Methods in dev.orne.config.impl with parameters of type ConfigurableModifier and TypeMethodDescriptionvoidConfigurerImpl.configure(@NotNull Configurable bean) Configures the bean passed as argument.protected voidConfigurerImpl.configureNestedBeans(@NotNull Configurable bean, @NotNull Config config) Configures the nested beans of the bean passed as argument with the selected configuration.protected voidConfigurerImpl.configureProperties(@NotNull Configurable bean, @NotNull Config config) Configures the properties of the bean passed as argument with the selected configuration.