Class PropertiesConfigParser

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

@Priority(200) 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.

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

See Also: