public class GenericJsonRecord extends Object
| Modifier and Type | Field and Description |
|---|---|
protected List<Field> |
fields |
protected byte[] |
schemaVersion |
| Modifier and Type | Method and Description |
|---|---|
Object |
getField(String fieldName) |
List<Field> |
getFields() |
com.fasterxml.jackson.databind.JsonNode |
getJsonNode() |
Object |
getNativeObject() |
SchemaType |
getSchemaType() |
byte[] |
getSchemaVersion() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetFieldpublic com.fasterxml.jackson.databind.JsonNode getJsonNode()
public Object getNativeObject()
public SchemaType getSchemaType()
public byte[] getSchemaVersion()
getSchemaVersion in interface GenericRecordpublic List<Field> getFields()
getFields in interface GenericRecordCopyright © 2017–2021 Apache Software Foundation. All rights reserved.