Class DropwizardDataSourceConfigProvider

  • All Implemented Interfaces:
    ConfigProvider

    public class DropwizardDataSourceConfigProvider
    extends Object
    implements ConfigProvider
    Config provider that determines the configuration for a Dropwizard data source object.

    Default resolution lookup keys can be found in the constants for this class

    See Also:
    for resolution order
    • Method Detail

      • canProvide

        public boolean canProvide()
        Description copied from interface: ConfigProvider
        Determines if a provider has enough environmental awareness to provide data.
        Specified by:
        canProvide in interface ConfigProvider
        Returns:
        true if the provider can provide data, otherwise false