org.guiceex.binder
クラス AnnotationBinder

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

public class AnnotationBinder
extends ToBinder

アノテーションへのバインディング設定を行うバインダークラスです。 通常、バインディング定義をguiceex-cfg.xmlで行う際にGuiceexが使用します。

作成者:
matu◆AliceLAklI

コンストラクタの概要
AnnotationBinder()
           
 
メソッドの概要
 void bind(Binder binder)
           
protected  void bindAnnotation(AnnotatedBindingBuilder builder, Annotation annotation)
           
 
クラス org.guiceex.binder.ToBinder から継承されたメソッド
bindCollectionProvider, bindTo
 
クラス org.guiceex.binder.ScopedBinder から継承されたメソッド
bindIn
 
クラス org.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)

bindAnnotation

protected void bindAnnotation(AnnotatedBindingBuilder builder,
                              Annotation annotation)


Copyright © 2007. All Rights Reserved.