Uses of Class
org.springframework.cloud.consul.config.ConsulConfigProperties.Format
-
-
Uses of ConsulConfigProperties.Format in org.springframework.cloud.consul.config
Methods in org.springframework.cloud.consul.config that return ConsulConfigProperties.Format Modifier and Type Method Description @NotNull ConsulConfigProperties.FormatConsulConfigProperties. getFormat()static ConsulConfigProperties.FormatConsulConfigProperties.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.Methods in org.springframework.cloud.consul.config with parameters of type ConsulConfigProperties.Format Modifier and Type Method Description protected PropertiesConsulPropertySource. generateProperties(String value, ConsulConfigProperties.Format format)protected voidConsulPropertySource. 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 voidConsulPropertySource. parseValue(com.ecwid.consul.v1.kv.model.GetValue getValue, ConsulConfigProperties.Format format)voidConsulConfigProperties. setFormat(@NotNull ConsulConfigProperties.Format format)
-