Uses of Class
io.virtdata.templates.BindPoint
-
Packages that use BindPoint Package Description io.virtdata.core io.virtdata.templates -
-
Uses of BindPoint in io.virtdata.core
Method parameters in io.virtdata.core with type arguments of type BindPoint Modifier and Type Method Description voidBindingsTemplate. addFieldBindings(java.util.List<BindPoint> bindPoints)static BindingsTemplateVirtData. getTemplate(java.util.List<BindPoint> bindPoints)Create a bindings template from a provided list ofBindPoints, ensuring that the syntax of the bindings specs is parsable first.Constructor parameters in io.virtdata.core with type arguments of type BindPoint Constructor Description BindingsTemplate(java.util.List<BindPoint> bindpoints) -
Uses of BindPoint in io.virtdata.templates
Methods in io.virtdata.templates that return types with arguments of type BindPoint Modifier and Type Method Description java.util.List<BindPoint>ParsedTemplate. getBindPoints()Get the named anchors and their associated binding specifiers as found in the raw template.
-