Uses of Interface
io.virtdata.api.ValuesArrayBinder
-
Packages that use ValuesArrayBinder Package Description io.virtdata.api io.virtdata.core io.virtdata.templates -
-
Uses of ValuesArrayBinder in io.virtdata.api
Subinterfaces of ValuesArrayBinder in io.virtdata.api Modifier and Type Interface Description interfaceBindableType<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. -
Uses of ValuesArrayBinder in io.virtdata.core
Methods in io.virtdata.core that return ValuesArrayBinder Modifier and Type Method Description ValuesArrayBinder<C,R>ContextualBindingsArrayTemplate. getValuesArrayBinder()Constructors in io.virtdata.core with parameters of type ValuesArrayBinder Constructor Description ContextualArrayBindings(Bindings bindings, C context, ValuesArrayBinder<C,R> valuesArrayBinder)ContextualBindingsArrayTemplate(C context, BindingsTemplate bindingsTemplate, ValuesArrayBinder<C,R> valuesArrayBinder) -
Uses of ValuesArrayBinder in io.virtdata.templates
Classes in io.virtdata.templates that implement ValuesArrayBinder Modifier and Type Class Description classStringMapCompositorStringCompositor provides a way to build strings from a string template and provided values.
-