Class ConfigurationParserYaml.Default
java.lang.Object
one.microstream.configuration.yaml.types.ConfigurationParserYaml.Default
- All Implemented Interfaces:
ConfigurationParser
,ConfigurationParserYaml
- Enclosing interface:
- ConfigurationParserYaml
public static class ConfigurationParserYaml.Default extends Object implements ConfigurationParserYaml
-
Nested Class Summary
Nested classes/interfaces inherited from interface one.microstream.configuration.yaml.types.ConfigurationParserYaml
ConfigurationParserYaml.Default
-
Method Summary
Modifier and Type Method Description Configuration.Builder
parseConfiguration(Configuration.Builder builder, String input)
Parses all entries contained in the input to the givenConfiguration.Builder()
.Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface one.microstream.configuration.types.ConfigurationParser
parseConfiguration
-
Method Details
-
parseConfiguration
Description copied from interface:ConfigurationParser
Parses all entries contained in the input to the givenConfiguration.Builder()
.- Specified by:
parseConfiguration
in interfaceConfigurationParser
- Parameters:
builder
- the builder to map the entries toinput
- the source to parse the entries from- Returns:
- the given
Configuration.Builder()
-