@Priority(value=15) @ConstrainedTo(value=CLIENT) public class NonInjectionManagerFactory extends Object implements InjectionManagerFactory
This InjectionManagerFactory implementation provides a special InjectionManager. The highest priority
of this injection manager is not to require any DI container. It is designed for pure REST client performing a request
without a further requirements for performing injections in the customer client classes, such a filter or a provider.
It means the customer classes do not have any injection points defined by Inject or Context.
Using this injection manager does not prevent using any Jersey modules (such as Jersey-Media-Jackson module) from working with the client.
| Constructor and Description |
|---|
NonInjectionManagerFactory() |
| Modifier and Type | Method and Description |
|---|---|
InjectionManager |
create(Object parent) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitcreatepublic InjectionManager create(Object parent)
create in interface InjectionManagerFactoryCopyright © 2007-2024, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.