Uses of Interface
io.virtdata.api.Binder
-
Packages that use Binder Package Description io.virtdata.api io.virtdata.core io.virtdata.templates -
-
Uses of Binder in io.virtdata.api
Subinterfaces of Binder in io.virtdata.api Modifier and Type Interface Description interfaceBindableType<T,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. -
Uses of Binder in io.virtdata.core
Classes in io.virtdata.core that implement Binder Modifier and Type Class Description classContextualArrayBindings<C,R>A thread-local template that describes a set of data mappers, a context object, and a method for applying mapped values to the context object via an object array.classContextualBindings<C,R>A thread-local template that describes a set of data mappers, a context object, and a method for applying mapped values to the context object directly from the bindings.classContextualMapBindings<C,R>A thread-local template that describes a set of data mappers, a context object, and a method for applying mapped values to the context object via a String-Object map. -
Uses of Binder in io.virtdata.templates
Classes in io.virtdata.templates that implement Binder Modifier and Type Class Description classCSVBindingsclassStringBindingsAllows the generation of strings from a string template and bindings template.
-