public interface ExtensionItemInfo extends ClassItemInfo, ScanSupport, DisableSupport
| Modifier and Type | Method and Description |
|---|---|
java.lang.Class<? extends FeatureInstaller> |
getInstalledBy()
Each extension is always registered by single installer.
|
boolean |
isGuiceBinding()
Indicates extensions, recognized from guice modules.
|
boolean |
isJerseyManaged()
Indicates extension management by jersey instead of guice.
|
boolean |
isLazy()
Lazy beans are not registered in guice by default.
|
getId, getIgnoresByScope, getIgnoresByScope, getItemType, getRegisteredBy, getRegistrationAttempts, getRegistrationScope, getRegistrationScopeType, getType, isRegistered, isRegisteredDirectlyisFromScangetDisabledBy, isEnabledjava.lang.Class<? extends FeatureInstaller> getInstalledBy()
boolean isLazy()
LazyBinding, false otherwiseboolean isJerseyManaged()
JerseyManaged, false otherwiseboolean isGuiceBinding()