Uses of Interface
io.helidon.config.ConfigItem
Packages that use ConfigItem
Package
Description
Provides interfaces and classes for loading and working with immutable, tree-structured
configuration data.
Support for encrypted properties.
Configuration SPI that defines the behavior developers can implement to extend the config system.
-
Uses of ConfigItem in io.helidon.config
Classes in io.helidon.config with type parameters of type ConfigItemModifier and TypeClassDescriptionstatic class
ConfigItem.BuilderBase<BUILDER extends ConfigItem.BuilderBase<BUILDER,
PROTOTYPE>, PROTOTYPE extends ConfigItem> Fluent API builder base forConfigItem
.Classes in io.helidon.config that implement ConfigItemModifier and TypeClassDescriptionprotected static class
Generated implementation of the prototype, can be extended by descendant prototype implementations.Methods in io.helidon.config that return ConfigItemModifier and TypeMethodDescriptionConfigItem.Builder.build()
ConfigItem.Builder.buildPrototype()
static ConfigItem
ConfigItem.create()
Create a new instance with default values.Methods in io.helidon.config with parameters of type ConfigItemModifier and TypeMethodDescriptionstatic ConfigItem.Builder
ConfigItem.builder
(ConfigItem instance) Create a new fluent API builder from an existing instance.ConfigItem.BuilderBase.from
(ConfigItem prototype) Update this builder from an existing prototype instance. -
Uses of ConfigItem in io.helidon.config.encryption
Methods in io.helidon.config.encryption that return ConfigItemModifier and TypeMethodDescriptionEncryptionFilter.apply
(Config.Key key, ConfigItem itemPolicy) EncryptionFilterService.apply
(Config.Key key, ConfigItem itemPolicy) Methods in io.helidon.config.encryption with parameters of type ConfigItemModifier and TypeMethodDescriptionEncryptionFilter.apply
(Config.Key key, ConfigItem itemPolicy) EncryptionFilterService.apply
(Config.Key key, ConfigItem itemPolicy) -
Uses of ConfigItem in io.helidon.config.spi
Methods in io.helidon.config.spi that return ConfigItemModifier and TypeMethodDescriptiondefault ConfigItem
ConfigFilter.apply
(Config.Key key, ConfigItem itemPolicy) Filters an elementary config value before it is made available to the application via theConfig
API.Methods in io.helidon.config.spi with parameters of type ConfigItemModifier and TypeMethodDescriptiondefault ConfigItem
ConfigFilter.apply
(Config.Key key, ConfigItem itemPolicy) Filters an elementary config value before it is made available to the application via theConfig
API.