public class DropwizardBundleItemInfoImpl extends BundleItemInfoImpl implements DropwizardBundleItemInfo
| Constructor and Description |
|---|
DropwizardBundleItemInfoImpl(java.lang.Class<? extends io.dropwizard.ConfiguredBundle> type) |
DropwizardBundleItemInfoImpl(io.dropwizard.ConfiguredBundle bundle) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
isDropwizard() |
boolean |
isTransitive()
In case when bundle is registered multiple times, bundle will be transitive if all registrations were transitive.
|
getDisabledBy, isEnabledgetDuplicates, getInstance, getInstanceCount, setInstanceCount, toStringcountRegistrationAttempt, getId, getIgnoresByScope, getIgnoresByScope, getItemType, getRegisteredBy, getRegistrationAttempts, getRegistrationScope, getRegistrationScopeType, getType, isRegistered, isRegisteredDirectlyclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitgetDuplicates, getInstance, getInstanceCountgetId, getIgnoresByScope, getIgnoresByScope, getItemType, getRegisteredBy, getRegistrationAttempts, getRegistrationScope, getRegistrationScopeType, getType, isRegistered, isRegisteredDirectlygetDisabledBy, isEnabledpublic DropwizardBundleItemInfoImpl(java.lang.Class<? extends io.dropwizard.ConfiguredBundle> type)
public DropwizardBundleItemInfoImpl(io.dropwizard.ConfiguredBundle bundle)
public boolean isTransitive()
BundleItemInfoisTransitive in interface BundleItemInfopublic boolean isDropwizard()
isDropwizard in interface BundleItemInfo