Uploaded image for project: 'S2Container'
  1. S2Container
  2. CONTAINER-294

[S2BeanUtils] プロパティ名の型をCharSequenceに変更しました。

XMLWordPrintable

    • Type: Icon: Improvement Improvement
    • Resolution: Fixed
    • Priority: Icon: Major Major
    • 2.4.31
    • Affects Version/s: 2.4.30
    • Component/s: S2BeanUtils
    • None

      S2JDBC-Genによって生成される HogeHogeNamesの中のスタティックフィールドをS2BeanUtilsでも利用したい場合がありますが、

      Beans.copy(src, dst).excludes(
      userName().toString(),
        createDate().toString()).execute();

      というようにtoString()を呼ばないといけない。
      プロパティ名の型をCharSequenceにすることで、

      Beans.copy(src, dst).excludes(
      userName(),
        createDate()).execute();

      のようにシンプルにかけるようにする。

            Assignee:
            j5ik2o j5ik2o
            Reporter:
            j5ik2o j5ik2o
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

              Created:
              Updated:
              Resolved: