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