インターフェースの使用
jakarta.enterprise.inject.spi.InterceptionFactory
InterceptionFactory を使用するパッケージ
jakarta.enterprise.inject.spi 内の InterceptionFactory 使用
修飾子と型メソッド説明<T> InterceptionFactory<T>BeanManager.createInterceptionFactory(CreationalContext<T> ctx, ClassSE<T> clazz) 指定されたCreationalContextと型のInterceptionFactoryを作成します。InterceptionFactory.ignoreFinalMethods()createInterceptedInstance(Object)の呼び出し中にインターセプトされたインスタンスの型階層のクラスによって宣言された public、protected、default の可視性を持つすべての非静的な final メソッドを無視するようにコンテナーに指示します。