public static class JaxrsProviders.ProvidersConfigurator extends java.lang.Object implements BootstrapConfigurator
Providers
instance into InjectionManager
and
BootstrapBag
.
Instances of these interfaces are processed, configured and provided using this configurator:
Providers
Constructor and Description |
---|
ProvidersConfigurator() |
Modifier and Type | Method and Description |
---|---|
void |
init(InjectionManager injectionManager,
BootstrapBag bootstrapBag)
Pre-initialization method should only register services into
InjectionManager and populate BootstrapBag . |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
postInit
public void init(InjectionManager injectionManager, BootstrapBag bootstrapBag)
BootstrapConfigurator
InjectionManager
and populate BootstrapBag
.init
in interface BootstrapConfigurator
injectionManager
- not completed injection manager.bootstrapBag
- bootstrap bag with services used in following processing.