T - デコレータ Bean クラス public interface Decorator<T> extends Bean<T>
有効なデコレータを表します。
CDI 2.0 以降、このインターフェースの実装では、アプリケーション全体に対して指定された優先度値でデコレータを有効にするために Prioritized を実装できます。
| 修飾子と型 | メソッドと説明 |
|---|---|
SetSE<TypeSE> | getDecoratedTypes() 装飾された型を取得します。 |
SetSE<AnnotationSE> | getDelegateQualifiers() |
TypeSE | getDelegateType() デリゲートインジェクションポイントの 型SEを取得します。 |
getBeanClass, getInjectionPoints, isNullablecreate, destroygetName, getQualifiers, getScope, getStereotypes, getTypes, isAlternativeCopyright © 2018,2020 Eclipse Foundation.
Use is subject to license terms.