spring-framework / org.springframework.web.reactive.result.view / BindStatus / getValue

getValue

@Nullable open fun getValue(): Any

Return the current value of the field, i.e. either the property value or a rejected update, or null if not field-specific.

This value will be an HTML-escaped String if the original value already was a String.