Uses of Interface
io.virtdata.api.ValuesBinder
-
Packages that use ValuesBinder Package Description io.virtdata.core io.virtdata.templates -
-
Uses of ValuesBinder in io.virtdata.core
Methods in io.virtdata.core that return ValuesBinder Modifier and Type Method Description ValuesBinder<C,R>ContextualBindingsTemplate. getValuesBinder()Constructors in io.virtdata.core with parameters of type ValuesBinder Constructor Description ContextualBindings(Bindings bindings, C context, ValuesBinder<C,R> valuesBinder)ContextualBindingsTemplate(C context, BindingsTemplate bindingsTemplate, ValuesBinder<C,R> valuesMapBinder) -
Uses of ValuesBinder in io.virtdata.templates
Classes in io.virtdata.templates that implement ValuesBinder Modifier and Type Class Description classStringCompositorStringCompositor provides a way to build strings from a string template and provided values.
-