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, getBoolean, getBooleanArray, getByte, getByteArray, getChar, getCharArray, getDate, getDateArray, getDecimal, getDecimalArray, getDouble, getDoubleArray, getFieldNames, getFieldType, getFloat, getFloatArray, getGenericRecord, getGenericRecordArray, getInt, getIntArray, getLong, getLongArray, getShort, getShortArray, getString, getStringArray, getTime, getTimeArray, getTimestamp, getTimestampArray, getTimestampWithTimezone, getTimestampWithTimezoneArray, hasField, newBuilderprotected abstract Object getClassIdentifier()
protected void writeFieldsToStringBuilder(StringBuilder stringBuilder)
stringBuilder - to be populated via json representationCopyright © 2021 Hazelcast, Inc.. All rights reserved.