| Package | Description |
|---|---|
| io.virtdata.api | |
| io.virtdata.core | |
| io.virtdata.templates |
| Modifier and Type | Interface and Description |
|---|---|
interface |
BindableType<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.
|
| Modifier and Type | Class and Description |
|---|---|
class |
ContextualArrayBindings<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.
|
class |
ContextualBindings<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.
|
class |
ContextualMapBindings<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.
|
| Modifier and Type | Class and Description |
|---|---|
class |
CSVBindings |
class |
StringBindings
Allows the generation of strings from a string template and bindings template.
|
Copyright © 2018. All rights reserved.