Uses of Class
io.helidon.config.spi.ConfigParser.Content.Builder
-
Packages that use ConfigParser.Content.Builder Package Description io.helidon.config.spi Configuration SPI that defines the behavior developers can implement to extend the config system. -
-
Uses of ConfigParser.Content.Builder in io.helidon.config.spi
Methods in io.helidon.config.spi that return ConfigParser.Content.Builder Modifier and Type Method Description static ConfigParser.Content.Builder
ConfigParser.Content. builder()
A fluent API builder forConfigParser.Content
.ConfigParser.Content.Builder
ConfigParser.Content.Builder. charset(Charset charset)
Configure charset if known by the config source.ConfigParser.Content.Builder
ConfigParser.Content.Builder. data(InputStream data)
Data of the config source as loaded from underlying storage.ConfigParser.Content.Builder
ConfigParser.Content.Builder. mediaType(String mediaType)
Media type of the content if known by the config source.ConfigParser.Content.Builder
ConfigParser.Content.Builder. mediaType(Optional<String> mediaType)
A shortcut method to invoke with result ofMediaTypes.detectType(String)
and similar methods.
-