T - Bean インスタンスのクラス public interface BeanAttributes<T>| 修飾子と型 | メソッドと説明 |
|---|---|
StringSE | getName()Bean の EL 名を取得します(ある場合)。 |
SetSE<AnnotationSE> | getQualifiers()Bean の修飾子を取得します。 |
ClassSE<? extends AnnotationSE> | getScope()Bean のスコープを取得します。 |
SetSE<ClassSE<? extends AnnotationSE>> | getStereotypes()Bean のステレオタイプを取得します。 |
SetSE<TypeSE> | getTypes()Bean の Bean 型を取得します。 |
boolean | isAlternative()Bean が代替であるかどうかを判別します。 |
SetSE<AnnotationSE> getQualifiers()
ClassSE<? extends AnnotationSE> getScope()
SetSE<ClassSE<? extends AnnotationSE>> getStereotypes()
boolean isAlternative()
Bean のカスタム実装では、アプリケーション用に選択するために Prioritized を実装できます。Prioritized.getPriority() は、あいまいさを解決するために使用される優先順位を決定します。Copyright © 2019 Eclipse Foundation.
Use is subject to license terms.