Interface ProblemConfiguration

All Superinterfaces:
io.micronaut.core.util.Toggleable
All Known Implementing Classes:
ProblemConfigurationProperties

public interface ProblemConfiguration extends io.micronaut.core.util.Toggleable
Configuration for problem.
Since:
1.0.0
Author:
Sergio del Amo
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
     

    Methods inherited from interface io.micronaut.core.util.Toggleable

    isEnabled
  • Method Details

    • isStackTrace

      boolean isStackTrace()
      Returns:
      Whether the HTTP Response should include the stack trace for instances of ThrowableProblem