onFinish

open fun onFinish(name: ConfigurationPropertyName, target: Bindable<out Any>, context: BindContext, result: Any)

Called when binding finishes with either bound or unbound result. This method will not be called when binding failed, even if a handler returns a result from onFailure.

Parameters

name

the name of the element being bound

target

the item being bound

context

the bind context

result

the bound result (may be null)

Throws

if the binding isn't valid