Class ContextInjectionResolverImpl.Binder
java.lang.Object
org.glassfish.jersey.internal.inject.AbstractBinder
org.glassfish.jersey.inject.cdi.se.injector.ContextInjectionResolverImpl.Binder
- All Implemented Interfaces:
Binder
- Enclosing class:
- ContextInjectionResolverImpl
Context injection resolver binder.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionprotected void
Implement to provide binding definitions using the exposed binding methods.Methods inherited from class org.glassfish.jersey.internal.inject.AbstractBinder
bind, bind, bind, bindAsContract, bindAsContract, bindAsContract, bindFactory, bindFactory, bindFactory, createManagedInstanceProvider, getBindings, install
-
Constructor Details
-
Binder
-
-
Method Details
-
configure
protected void configure()Description copied from class:AbstractBinder
Implement to provide binding definitions using the exposed binding methods.- Specified by:
configure
in classAbstractBinder
-