Uses of Class
io.virtdata.core.Bindings
-
Packages that use Bindings Package Description io.virtdata.api io.virtdata.core io.virtdata.templates -
-
Uses of Bindings in io.virtdata.api
Methods in io.virtdata.api with parameters of type Bindings Modifier and Type Method Description RValuesBinder. bindValues(T context, Bindings bindings, long cycle)Using context instance of type S, AKA the template, create and bind values to target object of type R -
Uses of Bindings in io.virtdata.core
Methods in io.virtdata.core that return Bindings Modifier and Type Method Description BindingsContextualArrayBindings. getBindings()BindingsContextualBindings. getBindings()BindingsContextualMapBindings. getBindings()BindingsBindingsTemplate. resolveBindings()Use the data mapping library and the specifier to create instances of data mapping functions.Constructors in io.virtdata.core with parameters of type Bindings Constructor Description BindingsCache(Bindings bindings)ContextualArrayBindings(Bindings bindings, C context, ValuesArrayBinder<C,R> valuesArrayBinder)ContextualBindings(Bindings bindings, C context, ValuesBinder<C,R> valuesBinder)ContextualMapBindings(Bindings bindings, C context, ValuesMapBinder<C,R> valuesMapBinder)LazyValuesMap(Bindings bindings, long input) -
Uses of Bindings in io.virtdata.templates
Methods in io.virtdata.templates with parameters of type Bindings Modifier and Type Method Description java.lang.StringStringCompositor. bindValues(StringCompositor context, Bindings bindings, long cycle)Constructors in io.virtdata.templates with parameters of type Bindings Constructor Description CSVBindings(Bindings bindings)StringBindings(StringCompositor compositor, Bindings bindings)
-