bindOrCreate
Bind the specified target Class using this binder's property sources or create a new instance of the specified target Class if the result of the binding is null
.
Return
the bound or created object
Since
2.2.0
Parameters
the configuration property name to bind
the target class
the bound type
See also
Bind the specified target Bindable using this binder's property sources or create a new instance using the type of the Bindable if the result of the binding is null
.
Return
the bound or created object
Since
2.2.0
Parameters
the configuration property name to bind
the target bindable
the bound type
See also
Bind the specified target Bindable using this binder's property sources or create a new instance using the type of the Bindable if the result of the binding is null
.
Return
the bound or created object
Since
2.2.0
Parameters
the configuration property name to bind
the target bindable
the bind handler
the bound type
See also
Bind the specified target Bindable using this binder's property sources or create a new instance using the type of the Bindable if the result of the binding is null
.
Return
the bound or created object
Since
2.2.0
Parameters
the configuration property name to bind
the target bindable
the bind handler (may be null
)
the bound or created type