BindContext

interface BindContext

Context information for use by BindHandlers.

Author

Phillip Webb

Madhura Bhave

Since

2.0.0

Functions

Link copied to clipboard
abstract fun getBinder(): Binder
Return the source binder that is performing the bind operation.
Link copied to clipboard
Return the ConfigurationProperty actually being bound or null if the property has not yet been determined.
Link copied to clipboard
abstract fun getDepth(): Int
Return the current depth of the binding.
Link copied to clipboard
Return an Iterable of the sources being used by the Binder.