Class Context

java.lang.Object
org.aoju.bus.sensitive.Context

public class Context extends Object
脱敏的执行上下文
Since:
Java 17+
Author:
Kimi Liu
  • Constructor Details

    • Context

      public Context()
  • Method Details

    • newInstance

      public static Context newInstance()
      新建一个对象实例
      Returns:
      this
    • getCurrentFieldName

      public String getCurrentFieldName()
      获取当前字段名称
      Returns:
      字段名称
    • getCurrentFieldValue

      public Object getCurrentFieldValue()
      获取当前字段值
      Returns:
      字段值