| Package | Description |
|---|---|
| io.virtdata.core |
| Modifier and Type | Method and Description |
|---|---|
void |
Bindings.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.
|
void |
Bindings.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.
|
void |
Bindings.setNamedFields(Bindings.FieldSetter fieldSetter,
long input,
String... fieldName)
Generate only the values named in fieldNames, and then call the user-provided
field setter for each name and object generated.
|
void |
Bindings.setNamedFieldsIterated(Bindings.FieldSetter fieldSetter,
long input,
int count,
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.
|
Copyright © 2018. All rights reserved.