| Package | Description |
|---|---|
| io.virtdata.core | |
| io.virtdata.templates |
| Modifier and Type | Method and Description |
|---|---|
BindingsTemplate |
ContextualBindingsMapTemplate.getBindingsTemplate() |
BindingsTemplate |
ContextualBindingsTemplate.getBindingsTemplate() |
BindingsTemplate |
ContextualBindingsArrayTemplate.getBindingsTemplate() |
BindingsTemplate |
VirtDataLibrary.getBindingsTemplate(String... namesAndSpecs) |
BindingsTemplate |
Bindings.getTemplate() |
static BindingsTemplate |
VirtData.getTemplate(Map<String,String> namedBindings)
Create a bindings template from the provided map, ensuring that
the syntax of the bindings specs is parsable first.
|
static BindingsTemplate |
VirtData.getTemplate(String... namesAndSpecs)
Create a bindings template from the pair-wise names and specifiers.
|
| Constructor and Description |
|---|
Bindings(BindingsTemplate template,
List<DataMapper<?>> dataMappers) |
ContextualBindingsArrayTemplate(C context,
BindingsTemplate bindingsTemplate,
ValuesArrayBinder<C,R> valuesArrayBinder) |
ContextualBindingsMapTemplate(C context,
BindingsTemplate bindingsTemplate,
ValuesMapBinder<C,R> valuesMapBinder) |
ContextualBindingsTemplate(C context,
BindingsTemplate bindingsTemplate,
ValuesBinder<C,R> valuesMapBinder) |
| Constructor and Description |
|---|
CSVBindingsTemplate(BindingsTemplate bindingsTemplate) |
StringBindingsTemplate(String stringTemplate,
BindingsTemplate bindingsTemplate) |
Copyright © 2018. All rights reserved.