Interface ProblemRuntimeConfig.ConstraintViolationMapperConfig

  • Enclosing interface:
    ProblemRuntimeConfig

    public static interface ProblemRuntimeConfig.ConstraintViolationMapperConfig
    • Method Detail

      • status

        @WithDefault("400")
        int status()
        Response status code when ConstraintViolationException is thrown.
      • title

        @WithDefault("Bad Request")
        String title()
        Response title when ConstraintViolationException is thrown.