public static class JsonObject.Member extends Object
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object object)
Indicates whether a given object is "equal to" this JsonObject.
|
String |
getName()
Returns the name of this member.
|
JsonValue |
getValue()
Returns the value of this member.
|
int |
hashCode() |
public String getName()
null
public JsonValue getValue()
null
public boolean equals(Object object)
JsonObject
and both objects contain the same members in
the same order.
If two JsonObjects are equal, they will also produce the same JSON output.
Copyright © 2021 Hazelcast, Inc.. All Rights Reserved.