Module bus.setting

Interface Loader.ValueEditor

Enclosing class:
Loader
Functional Interface:
This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.

@FunctionalInterface public static interface Loader.ValueEditor
值编辑器,用于在加载配置文件时对值进行编辑,例如解密等 此接口用于在加载配置文件时,编辑值,例如解密等,从而加载出明文的配置值
  • Method Summary

    Modifier and Type
    Method
    Description
    edit(String group, String key, String value)
    编辑值
  • Method Details

    • edit

      String edit(String group, String key, String value)
      编辑值
      Parameters:
      group - 分组
      key - 键
      value - 值
      Returns:
      编辑后的值