Package org.glassfish.jersey.internal
Class JaxrsProviders.ProvidersConfigurator
java.lang.Object
org.glassfish.jersey.internal.JaxrsProviders.ProvidersConfigurator
- All Implemented Interfaces:
BootstrapConfigurator
- Enclosing class:
- JaxrsProviders
public static class JaxrsProviders.ProvidersConfigurator
extends Object
implements BootstrapConfigurator
Configurator which initializes and registers
Providers
instance into InjectionManager
and
BootstrapBag
.
Instances of these interfaces are processed, configured and provided using this configurator:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
init
(org.glassfish.jersey.internal.inject.InjectionManager injectionManager, BootstrapBag bootstrapBag) Pre-initialization method should only register services intoInjectionManager
and populateBootstrapBag
.Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface org.glassfish.jersey.internal.BootstrapConfigurator
postInit
-
Constructor Details
-
ProvidersConfigurator
public ProvidersConfigurator()
-
-
Method Details
-
init
public void init(org.glassfish.jersey.internal.inject.InjectionManager injectionManager, BootstrapBag bootstrapBag) Description copied from interface:BootstrapConfigurator
Pre-initialization method should only register services intoInjectionManager
and populateBootstrapBag
.- Specified by:
init
in interfaceBootstrapConfigurator
- Parameters:
injectionManager
- not completed injection manager.bootstrapBag
- bootstrap bag with services used in following processing.
-