Package org.glassfish.jersey.inject.hk2
Class AbstractBinder
java.lang.Object
org.glassfish.jersey.innate.inject.BlindBinder
org.glassfish.jersey.inject.hk2.AbstractBinder
- All Implemented Interfaces:
Binder
public abstract class AbstractBinder
extends org.glassfish.jersey.innate.inject.BlindBinder
Implementation of
Binder interface dedicated to keep some level of code compatibility between previous HK2
implementation and new DI SPI.
Currently, there are supported only bind method and more complicated method where HK2 interfaces are required were omitted.
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.glassfish.jersey.innate.inject.BlindBinder
bind, bind, bind, bindAsContract, bindAsContract, bindAsContract, bindFactory, bindFactory, bindFactory, configure, createManagedInstanceProvider, getBindings, install
-
Constructor Details
-
AbstractBinder
public AbstractBinder()
-