Uses of Interface
io.virtdata.api.Binder
-
Packages that use Binder Package Description io.virtdata.core io.virtdata.templates -
-
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.
-