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
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.