public abstract class SpecificRecordBuilderBase<T extends SpecificRecord> extends RecordBuilderBase<T>
| Modifier | Constructor and Description | 
|---|---|
protected  | 
SpecificRecordBuilderBase(Schema schema)
Creates a SpecificRecordBuilderBase for building records of the given type. 
 | 
protected  | 
SpecificRecordBuilderBase(Schema schema,
                         SpecificData model)
Creates a SpecificRecordBuilderBase for building records of the given type. 
 | 
protected  | 
SpecificRecordBuilderBase(SpecificRecordBuilderBase<T> other)
SpecificRecordBuilderBase copy constructor. 
 | 
protected  | 
SpecificRecordBuilderBase(T other)
Creates a SpecificRecordBuilderBase by copying an existing record instance. 
 | 
data, defaultValue, equals, fields, fieldSetFlags, hashCode, isValidValue, schema, validateclone, finalize, getClass, notify, notifyAll, toString, wait, wait, waitbuildprotected SpecificRecordBuilderBase(Schema schema)
schema - the schema associated with the record class.protected SpecificRecordBuilderBase(Schema schema, SpecificData model)
schema - the schema associated with the record class.model - the SpecificData associated with the specific record classprotected SpecificRecordBuilderBase(SpecificRecordBuilderBase<T> other)
other - SpecificRecordBuilderBase instance to copy.protected SpecificRecordBuilderBase(T other)
other - the record instance to copy.Copyright © 2009–2021 The Apache Software Foundation. All rights reserved.