org.zuena.guiceex.binder
クラス BasicBinderSupport

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

public abstract class BasicBinderSupport
extends Object
implements GuiceexBinder

GuiceexBinder実装クラスで共通的に使用されるプロパティを提供します。
guiceex-configの<buind>、<annotation>、<name>、<constant>、 及び<propertiesgt>の共通属性を持ちます。

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

コンストラクタの概要
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.zuena.guiceex.binder.GuiceexBinder から継承されたメソッド
bind
 

コンストラクタの詳細

BasicBinderSupport

public BasicBinderSupport()
メソッドの詳細

getAnnotationType

public String getAnnotationType()

setAnnotationType

public void setAnnotationType(String annotationWith)

getScopeType

public String getScopeType()

setScopeType

public void setScopeType(String in)

getToType

public String getToType()

setToType

public void setToType(String to)

getType

public String getType()

setType

public void setType(String type)

getId

public String getId()

setId

public void setId(String name)

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 zuena.org AllRights Reserved.