Interface LogUtil.MapValueEditor

All Known Implementing Classes:
LogUtil.BasicMapValueEditor, LogUtil.MaskingMapValueEditor
Enclosing class:
LogUtil

public static interface LogUtil.MapValueEditor
マップの値を編集するインタフェース。
マップをダンプする処理(LogUtil.dumpMap(Map, String, MapValueEditor))で使用する。
  • Method Summary

    Modifier and Type
    Method
    Description
    edit(String key, Object value)
    マップの値を編集する。
  • Method Details

    • edit

      String edit(String key, Object value)
      マップの値を編集する。
      Parameters:
      key - マップのキー
      value - マップの値
      Returns:
      編集後のマップの値