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(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(SpecificRecordBuilderBase<T> other)
other - SpecificRecordBuilderBase instance to copy.protected SpecificRecordBuilderBase(T other)
other - the record instance to copy.Copyright © 2009–2020 The Apache Software Foundation. All rights reserved.