|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use JsonHandler | |
|---|---|
| org.exoplatform.ws.frameworks.json | |
| org.exoplatform.ws.frameworks.json.impl | |
| Uses of JsonHandler in org.exoplatform.ws.frameworks.json |
|---|
| Methods in org.exoplatform.ws.frameworks.json with parameters of type JsonHandler | |
|---|---|
void |
JsonParser.parse(InputStream in,
JsonHandler handler)
Parse given character stream and build object. |
void |
JsonParser.parse(Reader reader,
JsonHandler handler)
Parse given character stream and build object. |
| Uses of JsonHandler in org.exoplatform.ws.frameworks.json.impl |
|---|
| Classes in org.exoplatform.ws.frameworks.json.impl that implement JsonHandler | |
|---|---|
class |
JsonDefaultHandler
|
| Methods in org.exoplatform.ws.frameworks.json.impl with parameters of type JsonHandler | |
|---|---|
void |
JsonParserImpl.parse(InputStream sream,
JsonHandler handler)
Parse given character stream and build object. |
void |
JsonParserImpl.parse(Reader reader,
JsonHandler handler)
Parse given character stream and build object. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||