|
||||||||||
前のクラス 次のクラス | フレームあり フレームなし | |||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |
java.lang.Objectorg.zuena.guiceex.binder.BasicBinderSupport
org.zuena.guiceex.binder.ConstantBinder
public class ConstantBinder
guiceex-configの<constant>へ指定されたバインディング設定を行うバインダークラスです。
コンストラクタの概要 | |
---|---|
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 |
コンストラクタの詳細 |
---|
public ConstantBinder()
メソッドの詳細 |
---|
public void bind(Binder binder)
GuiceexBinder
の記述: Binder
を用いてたバインディング処理を行います。
GuiceexBinder
内の bind
|
||||||||||
前のクラス 次のクラス | フレームあり フレームなし | |||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |