@Order
public class ReactiveMissingKotlinParameterExceptionHandler
Represents the WebExceptionHandler that handles MissingKotlinParameterException and throws a ConstraintViolationException.
public ReactiveMissingKotlinParameterExceptionHandler()
Represents the WebExceptionHandler that handles MissingKotlinParameterException and throws a ConstraintViolationException.
@NotNull
public reactor.core.publisher.Mono<java.lang.Void> handle(@NotNull
org.springframework.web.server.ServerWebExchange exchange,
@NotNull
java.lang.Throwable ex)
Handles MissingKotlinParameterException and throws a ConstraintViolationException
exchange - specifies the current webflux requestex - specifies the MissingKotlinParameterException