de.unkrig.commons.text.json
Class Json.Member

java.lang.Object
  extended by de.unkrig.commons.text.json.Json.Member
Enclosing class:
Json

public static class Json.Member
extends java.lang.Object

Representation of a member of an Json.ObjecT.


Field Summary
 Json.StrinG name
          The name of the member.
 Json.Value value
          The value of the member.
 
Constructor Summary
Json.Member(Json.StrinG string, Json.Value value)
           
 
Method Summary
 boolean equals(java.lang.Object obj)
           
 int hashCode()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

name

public final Json.StrinG name
The name of the member.


value

public final Json.Value value
The value of the member.

Constructor Detail

Json.Member

public Json.Member(Json.StrinG string,
                   Json.Value value)
Method Detail

hashCode

public int hashCode()
Overrides:
hashCode in class java.lang.Object

equals

public boolean equals(@Nullable
                      java.lang.Object obj)
Overrides:
equals in class java.lang.Object