Class ContextualBindingsArrayTemplate<C,R>
java.lang.Object
io.nosqlbench.virtdata.core.bindings.ContextualBindingsArrayTemplate<C,R>
- Type Parameters:
C- The type of the contextual template object.R- The type which will be produced when mapped values are applied to a type C
A template that maps a set of specifiers, a context object, and a method for applying
mapped values to the context object. This can be used in the configuration phase, in global
scope without triggering mapper bindings resolution from specifiers.
-
Constructor Summary
ConstructorsConstructorDescriptionContextualBindingsArrayTemplate(C context, BindingsTemplate bindingsTemplate, ValuesArrayBinder<C, R> valuesArrayBinder) -
Method Summary
Modifier and TypeMethodDescription
-
Constructor Details
-
ContextualBindingsArrayTemplate
public ContextualBindingsArrayTemplate(C context, BindingsTemplate bindingsTemplate, ValuesArrayBinder<C, R> valuesArrayBinder)
-
-
Method Details
-
getContext
-
getBindingsTemplate
-
getValuesArrayBinder
-
resolveBindings
-