java.lang.Object
io.helidon.config.ConfigParsers
Provides access to built-in
ConfigParser
implementations.- See Also:
-
Method Summary
Modifier and TypeMethodDescriptionstatic ConfigParser
Returns aConfigParser
implementation that parses Java Properties content (the media typePropertiesConfigParser.MEDIA_TYPE_TEXT_JAVA_PROPERTIES
).
-
Method Details
-
properties
Returns aConfigParser
implementation that parses Java Properties content (the media typePropertiesConfigParser.MEDIA_TYPE_TEXT_JAVA_PROPERTIES
).- Returns:
ConfigParser
that parses Java Properties content
-