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

getExpression

@Nullable open fun getExpression(): String

Return a bind expression that can be used in HTML forms as input name for the respective field, or null if not field-specific.

Returns a bind path appropriate for resubmission, e.g. "address.street". Note that the complete bind path as required by the bind tag is "customer.address.street", if bound to a "customer" bean.