public abstract class AbstractGenericRecord extends Object implements GenericRecord
| Constructor and Description | 
|---|
| AbstractGenericRecord() | 
| Modifier and Type | Method and Description | 
|---|---|
| boolean | equals(Object o) | 
| protected abstract Object | getClassIdentifier() | 
| int | hashCode() | 
| <T> T | readAny(String fieldName) | 
| protected void | writeFieldsToStringBuilder(StringBuilder stringBuilder)Utility method to build a json String representation of the fields together with field names | 
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, waitcloneWithBuilder, getArrayOfBoolean, getArrayOfChar, getArrayOfDate, getArrayOfDecimal, getArrayOfFloat32, getArrayOfFloat64, getArrayOfGenericRecord, getArrayOfInt16, getArrayOfInt32, getArrayOfInt64, getArrayOfInt8, getArrayOfNullableBoolean, getArrayOfNullableFloat32, getArrayOfNullableFloat64, getArrayOfNullableInt16, getArrayOfNullableInt32, getArrayOfNullableInt64, getArrayOfNullableInt8, getArrayOfString, getArrayOfTime, getArrayOfTimestamp, getArrayOfTimestampWithTimezone, getBoolean, getChar, getDate, getDecimal, getFieldKind, getFieldNames, getFloat32, getFloat64, getGenericRecord, getInt16, getInt32, getInt64, getInt8, getNullableBoolean, getNullableFloat32, getNullableFloat64, getNullableInt16, getNullableInt32, getNullableInt64, getNullableInt8, getString, getTime, getTimestamp, getTimestampWithTimezone, hasField, newBuilderprotected abstract Object getClassIdentifier()
protected void writeFieldsToStringBuilder(StringBuilder stringBuilder)
stringBuilder - to be populated via json representationCopyright © 2022 Hazelcast, Inc.. All rights reserved.