Package com.azure.spring.cloud.config
Class NormalizeNull
java.lang.Object
com.azure.spring.cloud.config.NormalizeNull
Used for Normalizing the Label value. A null label needs to be \0 while searching with null returns all
configurations with any label.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic com.azure.data.appconfiguration.models.ConfigurationSetting
normalizeNullLabel
(com.azure.data.appconfiguration.models.ConfigurationSetting setting) Normalizes the null value to \0.
-
Constructor Details
-
NormalizeNull
public NormalizeNull()
-
-
Method Details
-
normalizeNullLabel
public static com.azure.data.appconfiguration.models.ConfigurationSetting normalizeNullLabel(com.azure.data.appconfiguration.models.ConfigurationSetting setting) Normalizes the null value to \0.- Parameters:
setting
- ConfigurationSetting- Returns:
- ConfigurationSetting with label corrected from null to \0
-