Uses of Enum
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.FormatModifier and TypeMethodDescription@NotNull ConsulConfigProperties.FormatConsulConfigProperties.getFormat()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.FormatModifier and TypeMethodDescriptionprotected 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)