org.zuena.guiceex.config
クラス AutoBindingModule

java.lang.Object
  上位を拡張 com.google.inject.AbstractModule
      上位を拡張 org.zuena.guiceex.config.AutoBindingModule
すべての実装されたインタフェース:
Module

public class AutoBindingModule
extends AbstractModule

AutoBindingModule(List)の引数bindersに渡されたguiceex-configに指定されたバインディング設定を、 一括でGuiceへ設定するクラスです。

導入されたバージョン:
0.9.1

コンストラクタの概要
AutoBindingModule(List<GuiceexBinder> binders)
           
 
メソッドの概要
protected  void configure()
           
 
クラス com.google.inject.AbstractModule から継承されたメソッド
addError, addError, bind, bind, bind, bindConstant, binder, bindInterceptor, bindScope, configure, install, requestStaticInjection
 
クラス java.lang.Object から継承されたメソッド
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

コンストラクタの詳細

AutoBindingModule

public AutoBindingModule(List<GuiceexBinder> binders)
メソッドの詳細

configure

protected void configure()
定義:
クラス AbstractModule 内の configure


Copyright © 2007 zuena.org AllRights Reserved.