| Package | Description |
|---|---|
| io.virtdata.api | |
| io.virtdata.core | |
| io.virtdata.templates |
| Modifier and Type | Method and Description |
|---|---|
R |
ValuesBinder.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
|
| Modifier and Type | Method and Description |
|---|---|
Bindings |
ContextualMapBindings.getBindings() |
Bindings |
ContextualBindings.getBindings() |
Bindings |
ContextualArrayBindings.getBindings() |
Bindings |
BindingsTemplate.resolveBindings()
Use the data mapping library and the specifier to create instances of data mapping functions.
|
| Constructor and 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) |
| Modifier and Type | Method and Description |
|---|---|
String |
StringCompositor.bindValues(StringCompositor context,
Bindings bindings,
long cycle) |
| Constructor and Description |
|---|
CSVBindings(Bindings bindings) |
StringBindings(StringCompositor compositor,
Bindings bindings) |
Copyright © 2018. All rights reserved.