Package io.micronaut.problem.conf
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
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
-