类 JimmerProperties.ErrorTranslator

java.lang.Object
org.babyfish.jimmer.spring.cfg.JimmerProperties.ErrorTranslator
封闭类:
JimmerProperties

@ConstructorBinding public static class JimmerProperties.ErrorTranslator extends Object
  • 构造器详细资料

    • ErrorTranslator

      public ErrorTranslator(Boolean disabled, Integer httpStatus, Boolean debugInfoSupported, Integer debugInfoMaxStackTraceCount)
  • 方法详细资料

    • isDisabled

      public boolean isDisabled()
    • getHttpStatus

      @NotNull public int getHttpStatus()
    • isDebugInfoSupported

      public boolean isDebugInfoSupported()
    • getDebugInfoMaxStackTraceCount

      public int getDebugInfoMaxStackTraceCount()
    • toString

      public String toString()
      覆盖:
      toString 在类中 Object