Class AdapterInjectionSupport

  • All Implemented Interfaces:
    Module

    public class AdapterInjectionSupport
    extends AbstractModule
    A configuration module that can be installed (via Binder.install(Module)) to enable support for injection of adapters into IAdaptables. The adapters that are to be injected can be configured through respective adapter (map) bindings (see AdapterMap ). Injection is performed on all IAdaptables that are eligible for adapter injection (see InjectAdapters).