org.guiceex.config
クラス AutoBindingModule
java.lang.Object
com.google.inject.AbstractModule
org.guiceex.config.AutoBindingModule
- すべての実装されたインタフェース:
- Module
public class AutoBindingModule
- extends AbstractModule
コンストラクタで受け取ったbindersを使用して
バインディングするModuleクラス。
- 作成者:
- matu◆AliceLAklI
| クラス 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()
bindersに登録されているGuiceexBinderインスタンスの
GuiceexBinder.bind(com.google.inject.Binder)メソッドを呼び出して
バインディングを行う。
- 定義:
- クラス
AbstractModule 内の configure
Copyright © 2007. All Rights Reserved.