Class ActionContext.Builder

    • Constructor Summary

      Constructors 
      Constructor Description
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Method Summary

      Modifier and Type Method Description
      final Unit throwExceptions(Boolean flag)
      final Unit showWarning(Boolean flag) (旧版方法) 是否在报错时显示警告日志迁移说明:
      • null 的效果,与 showWarning=false 一致

      • false 的效果,与 showWarning=true 一致

      final Unit ignoreStatus(Boolean flag)
      final ActionContext build() 构建一个新的 ActionContext
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait