public static class Json.ObjecT extends 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 |
|---|---|
List<Json.Member> |
members
The (unmodifiable and constant) list of object members.
|
| Constructor and Description |
|---|
ObjecT(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(Object obj) |
int |
hashCode() |
public final List<Json.Member> members
public ObjecT(List<Json.Member> stringValuePairs)
public void accept(Json.ValueVisitor visitor)
Json.Valuevisit...()' method of Json.ValueVisitor.accept in interface Json.ValueCopyright © 2018 Arno Unkrig. All rights reserved.