| Package | Description |
|---|---|
| org.springframework.cloud.skipper.support.yaml |
| Modifier and Type | Method and Description |
|---|---|
static YamlConverter.Mode |
YamlConverter.Mode.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static YamlConverter.Mode[] |
YamlConverter.Mode.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
YamlConverter.Builder |
YamlConverter.Builder.mode(YamlConverter.Mode mode)
Sets the used
YamlConverter.Mode for a converter. |
YamlConverter.Builder |
DefaultYamlConverter.DefaultBuilder.mode(YamlConverter.Mode 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.
|
Copyright © 2021 Pivotal Software, Inc.. All rights reserved.