| 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.
|
| Binder<R> |
A Binder is a type that knows how to return a result object given a long value
to bind mapped values with.
|
| DataMapper<R> |
|
| DataMapperLibrary |
A DataMapperLibrary is an independently loadable library of data mapping functions.
|
| FunctionResolver |
|
| Named |
|
| ValuesArrayBinder<T,R> |
ValuesArrayBinder provides a way to apply an array of object values to a template
object of type T to yield a new object instance of type R.
|
| ValuesBinder<T,R> |
ValuesBinder provides a way to apply an map of named object values to a template
object of type T to yield a new object instance of type R.
|
| ValuesMapBinder<T,R> |
ValuesMapBinder provides a way to apply an map of named object values to a template
object of type T to yield a new object instance of type R.
|
| VirtDataFunctionLibrary |
A VirtDataFunctionLibrary is simply a way to ask for a set
of named function objects in a generic way.
|