| Modifier and Type | Method and Description |
|---|---|
@NotNull ConsulConfigProperties.Format |
ConsulConfigProperties.getFormat() |
static ConsulConfigProperties.Format |
ConsulConfigProperties.Format.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ConsulConfigProperties.Format[] |
ConsulConfigProperties.Format.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
protected Properties |
ConsulPropertySource.generateProperties(String value,
ConsulConfigProperties.Format format) |
protected void |
ConsulPropertySource.parsePropertiesWithNonKeyValueFormat(List<com.ecwid.consul.v1.kv.model.GetValue> values,
ConsulConfigProperties.Format format)
Parses the properties using the format which is not a key value style i.e., either
java properties style or YAML style.
|
protected void |
ConsulPropertySource.parseValue(com.ecwid.consul.v1.kv.model.GetValue getValue,
ConsulConfigProperties.Format format) |
void |
ConsulConfigProperties.setFormat(@NotNull ConsulConfigProperties.Format format) |
Copyright © 2021 Pivotal Software, Inc.. All rights reserved.