Interface AutoPropertyHandler

All Known Implementing Classes:
CurrentDateTimeAnnotationHandler, FieldAnnotationHandlerSupport, RequestIdAnnotationHandler, UserIdAnnotationHandler

@Published(tag="architect") public interface AutoPropertyHandler
オブジェクトの自動設定項目のフィールドに値を設定するインタフェース。
オブジェクトの事前変換処理が必要な場合には、本インターフェースの実装クラスを追加し、 実処理実行前にexecuteメソッドを呼び出すこと。 オブジェクトに対する
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    指定されたオブジェクトのフィールドの値に自動設定値を設定する。
  • Method Details

    • handle

      void handle(Object obj)
      指定されたオブジェクトのフィールドの値に自動設定値を設定する。
      Parameters:
      obj - オブジェクト