spring-framework / org.springframework.validation / BindException / getBindingResult

getBindingResult

fun getBindingResult(): BindingResult

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

See Also
BeanPropertyBindingResult