org.zuena.guiceex.binder
クラス AnnotationBinder

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

public class AnnotationBinder
extends ToBinder

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

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

コンストラクタの概要
AnnotationBinder()
           
 
メソッドの概要
 void bind(Binder binder)
          Binderを用いてたバインディング処理を行います。
protected  void bindAnnotation(AnnotatedBindingBuilder builder, Annotation annotation)
           
 
クラス org.zuena.guiceex.binder.ToBinder から継承されたメソッド
bindCollectionProvider, bindTo
 
クラス org.zuena.guiceex.binder.ScopedBinder から継承されたメソッド
bindIn
 
クラス 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
 

コンストラクタの詳細

AnnotationBinder

public AnnotationBinder()
メソッドの詳細

bind

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


bindAnnotation

protected void bindAnnotation(AnnotatedBindingBuilder builder,
                              Annotation annotation)


Copyright © 2007 zuena.org AllRights Reserved.