public class ResourceModelConfigurator extends Object implements org.glassfish.jersey.internal.BootstrapConfigurator
InjectionManager
.Constructor and Description |
---|
ResourceModelConfigurator() |
Modifier and Type | Method and Description |
---|---|
void |
init(org.glassfish.jersey.internal.inject.InjectionManager injectionManager,
org.glassfish.jersey.internal.BootstrapBag bootstrapBag)
Pre-initialization method should only register services into
InjectionManager and populate BootstrapBag . |
public void init(org.glassfish.jersey.internal.inject.InjectionManager injectionManager, org.glassfish.jersey.internal.BootstrapBag bootstrapBag)
org.glassfish.jersey.internal.BootstrapConfigurator
InjectionManager
and populate BootstrapBag
.init
in interface org.glassfish.jersey.internal.BootstrapConfigurator
injectionManager
- not completed injection manager.bootstrapBag
- bootstrap bag with services used in following processing.Copyright © 2007-2017, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.