Interface DropwizardBundleItemInfo

  • All Superinterfaces:
    BundleItemInfo<io.dropwizard.ConfiguredBundle>, DisableSupport, InstanceItemInfo<io.dropwizard.ConfiguredBundle>, ItemInfo
    All Known Implementing Classes:
    DropwizardBundleItemInfoImpl

    public interface DropwizardBundleItemInfo
    extends BundleItemInfo<io.dropwizard.ConfiguredBundle>
    Dropwizard bundle configuration information.

    Note that only directly registered dropwizard bundles (through guicey api) are tracked! This means that bundles registered directly into dropwizard bootstrap object (and their transitives) are not visible.

    Since:
    24.07.2019