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
    Constructor
    Description
     
  • 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

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • AbstractBinder

      public AbstractBinder()