public class FieldBuilderImpl extends Object implements FieldBuilder, GlobalConstants
 A FieldBuilder implementation.
 
UTF_8, UTF_8_CHARSET| Constructor and Description | 
|---|
FieldBuilderImpl()
 Creates a builder. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
buildFields(List<Field> fields,
           DataTarget target,
           Context context)
 Builds the fields. 
 | 
public void buildFields(List<Field> fields, DataTarget target, Context context) throws IOException, BuildException
FieldBuilderBuilds the fields.
buildFields in interface FieldBuilderfields - The fields.target - The target.context - The context.IOException - If an I/O error occurs.BuildException - If an error occurs during the building.Copyright © 2015–2019. All rights reserved.