Class PropertiesConfigParser

java.lang.Object
io.helidon.config.PropertiesConfigParser
All Implemented Interfaces:
ConfigParser

public class PropertiesConfigParser extends Object implements ConfigParser
ConfigParser implementation that parses Java Properties content.

The parser implementation supports ServiceLoader, i.e. Config.Builder can automatically load and register PropertiesConfigParser instance, if not disabled. And of course it can be registered programmatically.

Weight of the PropertiesConfigParser to be used by Config.Builder, if loaded automatically as a service, is 90.0.

See Also: