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

findEditor

@Nullable open fun findEditor(valueClass: Class<*>): PropertyEditor

Find a PropertyEditor for the given value class, associated with the property that this bound status is currently bound to.

Parameters

valueClass - the value class that an editor is needed for

Return
the associated PropertyEditor, or null if none