public interface GuiceyBundleItemInfo extends BundleItemInfo
GuiceyBundleLookup.
Note that the same bundle may be registered by different mechanism simultaneously.
For example: by lookup and manually in application class. Bundle will actually be registered either only once
(if correct equals method implemented) and it's info will contain 2 context classes
(Application and GuiceyBundleLookup)
(and isFromLookup() will be true) or as separate instances.
| Modifier and Type | Method and Description |
|---|---|
boolean |
isFromLookup() |
isDropwizard, isTransitivegetDuplicates, getInstance, getInstanceCountgetId, getIgnoresByScope, getIgnoresByScope, getItemType, getRegisteredBy, getRegistrationAttempts, getRegistrationScope, getRegistrationScopeType, getType, isRegistered, isRegisteredDirectlygetDisabledBy, isEnabledboolean isFromLookup()
GuiceyBundleLookup