public interface FieldBuilder
A builder for fields.
| Modifier and Type | Method and Description |
|---|---|
void |
buildFields(List<Field> fields,
DataTarget target,
Context context)
Builds the fields.
|
void buildFields(List<Field> fields, DataTarget target, Context context) throws IOException, BuildException
Builds the fields.
fields - The fields.target - The target.context - The context.IllegalArgumentException - If any of the parameters are null.IOException - If an I/O error occurs.BuildException - If an error occurs during the building.Copyright © 2015–2019. All rights reserved.