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