Interface ConfigSourceInterceptorContext

    • Method Detail

      • proceed

        ConfigValue proceed​(String name)
        Proceeds to the next interceptor in the chain.
        Parameters:
        name - the configuration name to lookup. Can be the original key.
        Returns:
        a ConfigValue with information about the name, value, config source and ordinal, or null if the value isn't present.
      • iterateNames

        Iterator<String> iterateNames()
        Proceeds to the next interceptor in the chain.
        Returns:
        an Iterator of Strings with configuration names.
      • iterateValues

        @Deprecated(forRemoval=true)
        Iterator<ConfigValue> iterateValues()
        Deprecated, for removal: This API element is subject to removal in a future version.
        Proceeds to the next interceptor in the chain.
        Returns:
        an Iterator of ConfigValue with information about the name, value, config source and ordinal.