Class StepScopedHolder

java.lang.Object
nablarch.fw.batch.ee.cdi.StepScopedHolder

public class StepScopedHolder extends Object
ステップ単位で共有する値を保持するクラス。
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    <T> T
    add(jakarta.enterprise.context.spi.Contextual<?> contextual, T value)
    値を設定する。
    <T> T
    get(jakarta.enterprise.context.spi.Contextual<?> contextual)
    値を取得する。

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • StepScopedHolder

      public StepScopedHolder()
  • Method Details

    • get

      public <T> T get(jakarta.enterprise.context.spi.Contextual<?> contextual)
      値を取得する。
      Type Parameters:
      T - 取得する値の型
      Parameters:
      contextual - contextual
      Returns:
    • add

      public <T> T add(jakarta.enterprise.context.spi.Contextual<?> contextual, T value)
      値を設定する。
      Type Parameters:
      T - 設定する値の型
      Parameters:
      contextual - contextual
      value - 値
      Returns:
      StepScopeなBean