Class RequestIdAnnotationHandler

java.lang.Object
nablarch.core.db.statement.autoproperty.FieldAnnotationHandlerSupport
nablarch.core.db.statement.autoproperty.RequestIdAnnotationHandler
All Implemented Interfaces:
AutoPropertyHandler

public class RequestIdAnnotationHandler extends FieldAnnotationHandlerSupport
RequestIdアノテーションが設定されているフィールドにリクエストIDを設定するクラス。
リクエストIDは、ThreadContextから取得した値を設定する。
See Also:
  • Constructor Details

    • RequestIdAnnotationHandler

      public RequestIdAnnotationHandler()
  • Method Details

    • handle

      public void handle(Object obj)
      指定されたオブジェクトにリクエストIDを設定する。
      Parameters:
      obj - オブジェクト