接口 CustomEnvironmentPluginService


public interface CustomEnvironmentPluginService
CustomEnvironment Plugin Service.
作者:
: huangtianhui
  • 方法详细资料

    • customValue

      Map<String,Object> customValue(Map<String,Object> property)
      customValue interface.
      参数:
      property - property key value
      返回:
      custom key value
    • propertyKey

      Set<String> propertyKey()
      propertyKey interface.
      返回:
      propertyKey property Key
    • order

      Integer order()
      order The larger the priority, the higher the priority.
      返回:
      order
    • pluginName

      String pluginName()
      pluginName.
      返回: