Uses of Interface
io.helidon.config.spi.ConfigContent
-
Packages that use ConfigContent Package Description io.helidon.config.spi Configuration SPI that defines the behavior developers can implement to extend the config system. -
-
Uses of ConfigContent in io.helidon.config.spi
Subinterfaces of ConfigContent in io.helidon.config.spi Modifier and Type Interface Description static interface
ConfigContent.NodeContent
Config content that provides anConfigNode.ObjectNode
directly, with no need for parsing.static interface
ConfigContent.OverrideContent
A content of anOverrideSource
.static interface
ConfigParser.Content
Config content to be parsed by aConfigParser
.
-