spring-framework / org.springframework.web.bind.support / WebExchangeBindException / getBindingResult

getBindingResult

fun getBindingResult(): BindingResult

Return the BindingResult that this BindException wraps. Will typically be a BeanPropertyBindingResult.

See Also
BeanPropertyBindingResult