程序包 | 说明 |
---|---|
org.springframework.cloud.consul.config |
限定符和类型 | 方法和说明 |
---|---|
static ConsulConfigProperties.Format |
ConsulConfigProperties.Format.valueOf(String name)
返回带有指定名称的该类型的枚举常量。
|
static ConsulConfigProperties.Format[] |
ConsulConfigProperties.Format.values()
按照声明该枚举类型的常量的顺序, 返回
包含这些常量的数组。
|
限定符和类型 | 方法和说明 |
---|---|
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) |
Copyright © 2018 Pivotal Software, Inc.. All rights reserved.