org.zuena.guiceex.binder
クラス ConstantBinder

java.lang.Object
  上位を拡張 org.zuena.guiceex.binder.BasicBinderSupport
      上位を拡張 org.zuena.guiceex.binder.ConstantBinder
すべての実装されたインタフェース:
GuiceexBinder

public class ConstantBinder
extends BasicBinderSupport
implements GuiceexBinder

guiceex-configの<constant>へ指定されたバインディング設定を行うバインダークラスです。

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

コンストラクタの概要
ConstantBinder()
           
 
メソッドの概要
 void bind(Binder binder)
          Binderを用いてたバインディング処理を行います。
 
クラス org.zuena.guiceex.binder.BasicBinderSupport から継承されたメソッド
getAnnotationType, getCollection, getConstant, getId, getScopeType, getToInstance, getToProviderInstance, getToProviderType, getToType, getType, getValue, isPreload, setAnnotationType, setCollection, setConstant, setId, setPreload, setScopeType, setToInstance, setToProviderInstance, setToProviderType, setToType, setType, setValue, toString
 
クラス java.lang.Object から継承されたメソッド
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

コンストラクタの詳細

ConstantBinder

public ConstantBinder()
メソッドの詳細

bind

public void bind(Binder binder)
インタフェース GuiceexBinder の記述:
Binderを用いてたバインディング処理を行います。

定義:
インタフェース GuiceexBinder 内の bind


Copyright © 2007 zuena.org AllRights Reserved.