SpringToHttp4kFallbackController
@Controller
@RequestMapping(value = ["/"] )
Functions
Link copied to clipboard
@RequestMapping(value = ["**"], method = [RequestMethod.GET, RequestMethod.HEAD, RequestMethod.POST, RequestMethod.PUT, RequestMethod.PATCH, RequestMethod.DELETE, RequestMethod.OPTIONS, RequestMethod.TRACE] )
Link copied to clipboard
@ExceptionHandler(exception = [LensFailure::class], produces = ["application/problem+json", "application/json", "*/*"] )
@ResponseStatus(value = HttpStatus.BAD_REQUEST)