Class 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 Detail

      • NormalizeNull

        public NormalizeNull()
    • 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