类 JimmerProperties.ErrorWrapper

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

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

    • ErrorWrapper

      public ErrorWrapper(org.springframework.http.HttpStatus httpStatus, Boolean debugInfoSupported)
  • 方法详细资料

    • getHttpStatus

      @NotNull public org.springframework.http.HttpStatus getHttpStatus()
    • isDebugInfoSupported

      public boolean isDebugInfoSupported()
    • toString

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