org.guiceex.binder
クラス BasicBinderSupport

java.lang.Object
  上位を拡張 org.guiceex.binder.BasicBinderSupport
すべての実装されたインタフェース:
GuiceexBinder
直系の既知のサブクラス:
ConstantBinder, ScopedBinder

public abstract class BasicBinderSupport
extends Object
implements GuiceexBinder

Guiceexコンフィグの<bind>に対応するクラス。

作成者:
matu◆AliceLAklI

コンストラクタの概要
BasicBinderSupport()
           
 
メソッドの概要
 String getAnnotationType()
           
 Collection getCollection()
           
 String getConstant()
           
 String getId()
           
 String getScopeType()
           
 Object getToInstance()
           
 Provider getToProviderInstance()
           
 String getToProviderType()
           
 String getToType()
           
 String getType()
           
 String getValue()
           
 boolean isPreload()
           
 void setAnnotationType(String annotationWith)
           
 void setCollection(Collection collection)
           
 void setConstant(String constant)
           
 void setId(String name)
           
 void setPreload(boolean preload)
           
 void setScopeType(String in)
           
 void setToInstance(Object toInstance)
           
 void setToProviderInstance(Provider toProviderInstance)
           
 void setToProviderType(String toProviderType)
           
 void setToType(String to)
           
 void setType(String type)
           
 void setValue(String value)
           
 String toString()
           
 
クラス java.lang.Object から継承されたメソッド
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 
インタフェース org.guiceex.binder.GuiceexBinder から継承されたメソッド
bind
 

コンストラクタの詳細

BasicBinderSupport

public BasicBinderSupport()
メソッドの詳細

getAnnotationType

public String getAnnotationType()
戻り値:
annotationType

setAnnotationType

public void setAnnotationType(String annotationWith)
パラメータ:
annotationType - を設定する

getScopeType

public String getScopeType()
戻り値:
scopeType

setScopeType

public void setScopeType(String in)
パラメータ:
scopeType - を設定する

getToType

public String getToType()
戻り値:
toType

setToType

public void setToType(String to)
パラメータ:
toType - を設定する

getType

public String getType()
戻り値:
type

setType

public void setType(String type)
パラメータ:
type - を設定する

getId

public String getId()
戻り値:
id

setId

public void setId(String name)
パラメータ:
id - を設定する

isPreload

public boolean isPreload()

setPreload

public void setPreload(boolean preload)

getConstant

public String getConstant()

setConstant

public void setConstant(String constant)

getCollection

public Collection getCollection()

setCollection

public void setCollection(Collection collection)

getValue

public String getValue()

setValue

public void setValue(String value)

getToProviderType

public String getToProviderType()

setToProviderType

public void setToProviderType(String toProviderType)

getToInstance

public Object getToInstance()

setToInstance

public void setToInstance(Object toInstance)

getToProviderInstance

public Provider getToProviderInstance()

setToProviderInstance

public void setToProviderInstance(Provider toProviderInstance)

toString

public String toString()
オーバーライド:
クラス Object 内の toString


Copyright © 2007. All Rights Reserved.