@Deprecated
public class JsonRecord
extends java.lang.Object
Schema along with a
JsonNode. It is used with a JsonAvroBinding.JsonAvroBinding,
getJsonBinding,
getJsonMultiBinding| Constructor | Description |
|---|---|
JsonRecord(JsonNode jsonNode,
Schema schema) |
Deprecated.
|
| Modifier and Type | Method | Description |
|---|---|---|
boolean |
equals(java.lang.Object other) |
Deprecated.
|
JsonNode |
getJsonNode() |
Deprecated.
Returns the
JsonNode for this JsonRecord. |
Schema |
getSchema() |
Deprecated.
Returns the Avro
Schema for this JsonRecord. |
int |
hashCode() |
Deprecated.
|
java.lang.String |
toString() |
Deprecated.
|
public boolean equals(java.lang.Object other)
equals in class java.lang.Objectpublic int hashCode()
hashCode in class java.lang.Objectpublic java.lang.String toString()
toString in class java.lang.ObjectCopyright (c) 2011, 2018 Oracle and/or its affiliates. All rights reserved.