Interface TypeMismatchAdviceTrait
-
- All Superinterfaces:
AdviceTrait,AdviceTrait
- All Known Subinterfaces:
IOAdviceTrait,ProblemHandling,TypeMistmatchAdviceTrait
@API(status=STABLE) public interface TypeMismatchAdviceTrait extends AdviceTrait
- See Also:
TypeMismatchException,Status.BAD_REQUEST
-
-
Method Summary
All Methods Instance Methods Default Methods Modifier and Type Method Description default org.springframework.http.ResponseEntity<org.zalando.problem.Problem>handleTypeMismatch(org.springframework.beans.TypeMismatchException exception, org.springframework.web.context.request.NativeWebRequest request)-
Methods inherited from interface org.zalando.problem.spring.common.AdviceTrait
createStackTrace, isCausalChainsEnabled, prepare, process, resolveResponseStatus, toProblem, toProblem, toProblem
-
-