public class GuiceyBundleItemInfoImpl extends BundleItemInfoImpl implements GuiceyBundleItemInfo
| Constructor and Description |
|---|
GuiceyBundleItemInfoImpl(java.lang.Class<? extends GuiceyBundle> type) |
GuiceyBundleItemInfoImpl(GuiceyBundle bundle) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
isDropwizard() |
boolean |
isFromLookup() |
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 GuiceyBundleItemInfoImpl(java.lang.Class<? extends GuiceyBundle> type)
public GuiceyBundleItemInfoImpl(GuiceyBundle bundle)
public boolean isFromLookup()
isFromLookup in interface GuiceyBundleItemInfoGuiceyBundleLookuppublic boolean isTransitive()
BundleItemInfoisTransitive in interface BundleItemInfopublic boolean isDropwizard()
isDropwizard in interface BundleItemInfo