Class YamlConfiguration
java.lang.Object
io.trino.tempto.internal.configuration.DelegateConfiguration
io.trino.tempto.internal.configuration.YamlConfiguration
- All Implemented Interfaces:
Configuration
-
Constructor Summary
ConstructorsConstructorDescriptionYamlConfiguration(InputStream yamlInputStream) YamlConfiguration(String yamlString) -
Method Summary
Modifier and TypeMethodDescriptionprotected Configurationstatic List<YamlConfiguration>loadAll(InputStream yamlInputStream) static List<YamlConfiguration>Methods inherited from class io.trino.tempto.internal.configuration.DelegateConfiguration
asMap, equals, get, getBoolean, getBooleanMandatory, getBooleanMandatory, getDouble, getDoubleMandatory, getDoubleMandatory, getInt, getIntMandatory, getIntMandatory, getString, getStringList, getStringListMandatory, getStringListMandatory, getStringMandatory, getStringMandatory, getStringOrList, getSubconfiguration, hashCode, isList, listKeys, listPrefixes
-
Constructor Details
-
YamlConfiguration
-
YamlConfiguration
-
-
Method Details
-
loadAll
-
loadAll
-
getDelegate
- Specified by:
getDelegatein classDelegateConfiguration
-