Class NullConfigurationHelper<T>

  • Type Parameters:
    T - the source type which configuration data is to be retrieved
    All Implemented Interfaces:
    ConfigurationDataRetriever<T>, ConfigurationHelper<T>

    public class NullConfigurationHelper<T>
    extends Object
    implements ConfigurationHelper<T>
    A "no-op" Configuration Helper object for situations where an optional Configuration object is not available.
    Since:
    0.1.0
    Author:
    oswaldo.bapvic.jr (Oswaldo Junior)
    • Constructor Detail

      • NullConfigurationHelper

        public NullConfigurationHelper()
        Builds a NullConfigurationHelper.
        Since:
        2.2.0
      • NullConfigurationHelper

        public NullConfigurationHelper​(ConfigurationHelper<T> originalHelper)
        Builds a NullConfigurationHelper with a reference to the original/expected ConfigurationHelper.
        Parameters:
        originalHelper - the initial ConfigurationHelper that should be applied if the actual bean was available
        Since:
        2.2.0