|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.exoplatform.ws.frameworks.json.impl.JsonDefaultHandler
public class JsonDefaultHandler
| Constructor Summary | |
|---|---|
JsonDefaultHandler()
Constructs new JsonHandler. |
|
| Method Summary | |
|---|---|
void |
characters(char[] characters)
Characters set found, it can be any characters. |
void |
endArray()
This method will be called by JSONParser when ']' found. |
void |
endObject()
This method will be called by JSONParser when '}' found. |
JsonValue |
getJsonObject()
|
void |
key(java.lang.String key)
The key name found in the input JSON stream. |
void |
startArray()
This method will be called by JSONParser when '[' found. |
void |
startObject()
This method will be called by JSONParser when '{' found. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public JsonDefaultHandler()
| Method Detail |
|---|
public void characters(char[] characters)
characters in interface JsonHandlercharacters - the array of characters.public void endArray()
endArray in interface JsonHandlerpublic void endObject()
endObject in interface JsonHandlerpublic void key(java.lang.String key)
key in interface JsonHandlerkey - the key.public void startArray()
startArray in interface JsonHandlerpublic void startObject()
startObject in interface JsonHandlerpublic JsonValue getJsonObject()
getJsonObject in interface JsonHandler
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||