@Order
public class ReactiveInvalidFormatExceptionHandler
Represents the WebExceptionHandler that handles InvalidFormatException and throws a ConstraintViolationException.
public ReactiveInvalidFormatExceptionHandler()
Represents the WebExceptionHandler that handles InvalidFormatException 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 InvalidFormatException and throws a ConstraintViolationException
exchange - specifies the current webflux requestex - specifies the InvalidFormatException