Class DropwizardBundleItemInfoImpl

    • Constructor Detail

      • DropwizardBundleItemInfoImpl

        public DropwizardBundleItemInfoImpl​(java.lang.Class<? extends io.dropwizard.ConfiguredBundle> type)
      • DropwizardBundleItemInfoImpl

        public DropwizardBundleItemInfoImpl​(io.dropwizard.ConfiguredBundle bundle)
    • Method Detail

      • isTransitive

        public boolean isTransitive()
        Description copied from interface: BundleItemInfo
        In case when bundle is registered multiple times, bundle will be transitive if all registrations were transitive. Reminder: bundle is registered by instance, but same instance may be registered multiple times. Also, deduplication mechanism could consider different instances as the same bundle (equal objects, by default).
        Specified by:
        isTransitive in interface BundleItemInfo<io.dropwizard.ConfiguredBundle>
        Returns:
        true when bundle was registered only by some other bundle (and never directly)
      • isDropwizard

        public boolean isDropwizard()
        Specified by:
        isDropwizard in interface BundleItemInfo<io.dropwizard.ConfiguredBundle>
        Returns:
        true for dropwizard bundle, false for guicey bundle