public class DefaultYamlConverter extends Object implements YamlConverter
YamlConverter.| Modifier and Type | Class and Description |
|---|---|
static class |
DefaultYamlConverter.DefaultBuilder
Default implementation of a
Builder building a DefaultYamlConverter. |
YamlConverter.Builder, YamlConverter.Mode| Constructor and Description |
|---|
DefaultYamlConverter(YamlConverter.Mode mode,
ArrayList<Map<String,String>> mapList,
ArrayList<Properties> propertiesList,
ArrayList<File> fileList,
ArrayList<String> keyspaceList)
Instantiates a new default yaml converter.
|
| Modifier and Type | Method and Description |
|---|---|
YamlConversionResult |
convert()
Convert configured sources as a
YamlConversionResult. |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitbuilderpublic DefaultYamlConverter(YamlConverter.Mode mode, ArrayList<Map<String,String>> mapList, ArrayList<Properties> propertiesList, ArrayList<File> fileList, ArrayList<String> keyspaceList)
mapList - the map listpropertiesList - the properties listfileList - the file listkeyspaceList - the keyspace listpublic YamlConversionResult convert()
YamlConverterYamlConversionResult.convert in interface YamlConverterCopyright © 2021 Pivotal Software, Inc.. All rights reserved.