Class NonInjectionManagerFactory
- java.lang.Object
-
- org.glassfish.jersey.inject.injectless.NonInjectionManagerFactory
-
- All Implemented Interfaces:
InjectionManagerFactory
@Priority(15) @ConstrainedTo(CLIENT) public class NonInjectionManagerFactory extends Object implements InjectionManagerFactory
This
InjectionManagerFactoryimplementation provides a specialInjectionManager. 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 byInjectorContext.Using this injection manager does not prevent using any Jersey modules (such as Jersey-Media-Jackson module) from working with the client.
-
-
Constructor Summary
Constructors Constructor Description NonInjectionManagerFactory()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description InjectionManagercreate(Object parent)-
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.inject.InjectionManagerFactory
create
-
-
-
-
Method Detail
-
create
public InjectionManager create(Object parent)
- Specified by:
createin interfaceInjectionManagerFactory
-
-