public static class Json.ObjecT extends java.lang.Object implements Json.Value
Notice that the last letter of the class name is capitalized to avoid confusion with Object.
| Modifier and Type | Field and Description |
|---|---|
java.util.List<Json.Member> |
members
The (unmodifiable and constant) list of object members.
|
| Constructor and Description |
|---|
ObjecT(java.util.List<Json.Member> stringValuePairs) |
| Modifier and Type | Method and Description |
|---|---|
void |
accept(Json.ValueVisitor visitor)
Invokes the value type-specific '
visit...()' method of Json.ValueVisitor. |
boolean |
equals(java.lang.Object obj) |
int |
hashCode() |
public final java.util.List<Json.Member> members
public ObjecT(java.util.List<Json.Member> stringValuePairs)
public void accept(Json.ValueVisitor visitor)
Json.Valuevisit...()' method of Json.ValueVisitor.accept in interface Json.Valuepublic int hashCode()
hashCode in class java.lang.Objectpublic boolean equals(@Nullable java.lang.Object obj)
equals in class java.lang.Object