Uses of Interface
io.virtdata.core.Bindings.FieldSetter
-
Packages that use Bindings.FieldSetter Package Description io.virtdata.core -
-
Uses of Bindings.FieldSetter in io.virtdata.core
Methods in io.virtdata.core with parameters of type Bindings.FieldSetter Modifier and Type Method Description voidBindings. setAllFields(Bindings.FieldSetter fieldSetter, long input)Generate all the values named in the bind point names, then call the user-provided field setter for each name and object generated.voidBindings. setAllFieldsIterated(Bindings.FieldSetter fieldSetter, long input, int count)Generate all the values named in the bindings for a number of iterations, calling a user-provided field setter for each name and object generated, with the iteration number appended to the fieldName.voidBindings. setNamedFields(Bindings.FieldSetter fieldSetter, long input, java.lang.String... fieldName)Generate only the values named in fieldNames, and then call the user-provided field setter for each name and object generated.voidBindings. setNamedFieldsIterated(Bindings.FieldSetter fieldSetter, long input, int count, java.lang.String... fieldName)Generate all the values named in the bindings for a number of iterations, calling a user-provided field setter for each name and object generated, with the iteration number appended to the fieldName, but only for the named bindings.
-