Uses of Interface
dev.orne.config.Configurer
Packages that use Configurer
Package
Description
Configuration management system.
Internal implementations of configuration instances.
Spring framework support for configuration management system.
-
Uses of Configurer in dev.orne.config
Methods in dev.orne.config that return ConfigurerModifier and TypeMethodDescriptionstatic @NotNull ConfigurerConfigurer.fromProvider(@NotNull ConfigProvider provider) Creates a newConfigurerinstance using the specifiedConfigProvider. -
Uses of Configurer in dev.orne.config.impl
Classes in dev.orne.config.impl that implement Configurer -
Uses of Configurer in dev.orne.config.spring
Fields in dev.orne.config.spring declared as ConfigurerModifier and TypeFieldDescriptionprotected ConfigurerConfigurableComponentsConfigurer.exposedConfigurerThe exposed configurable componentsConfigurer, if any.Methods in dev.orne.config.spring that return ConfigurerModifier and TypeMethodDescriptionConfigurableComponentsConfigurer.configurableComponentsConfigurer()Exposes the configurable components configurer.protected @NotNull ConfigurerConfigurableComponentsPostProcessor.getConfigurer()Returns the configurable components configurer.Constructors in dev.orne.config.spring with parameters of type ConfigurerModifierConstructorDescriptionConfigurableComponentsPostProcessor(@NotNull Configurer configurer) Creates a new instance.