T - The template typeR - The result type that binding values will yieldpublic interface BindableType<T,R> extends ValuesArrayBinder<T,R>, Binder<R>
The BindableType combines both the ability to bind a set of mapped values to a specific target type with the ability to return the resulting composite object. Having both in one type allows you to implement a bindable template pattern that can then be used with data mapping templates.
bindValuesCopyright © 2018. All rights reserved.