Package com.azure.spring.cloud.config
Class NormalizeNull
- java.lang.Object
-
- com.azure.spring.cloud.config.NormalizeNull
-
public class NormalizeNull extends Object
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
Constructors Constructor Description NormalizeNull()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static com.azure.data.appconfiguration.models.ConfigurationSettingnormalizeNullLabel(com.azure.data.appconfiguration.models.ConfigurationSetting setting)Normalizes the null value to \0.
-
-
-
Method Detail
-
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
-
-