|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.koushikdutta.async.parser.JSONObjectParser
public class JSONObjectParser
Created by koush on 5/27/13.
| Constructor Summary | |
|---|---|
JSONObjectParser()
|
|
| Method Summary | |
|---|---|
Future<JSONObject> |
parse(DataEmitter emitter)
|
void |
write(DataSink sink,
JSONObject value,
CompletedCallback completed)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public JSONObjectParser()
| Method Detail |
|---|
public Future<JSONObject> parse(DataEmitter emitter)
parse in interface AsyncParser<JSONObject>
public void write(DataSink sink,
JSONObject value,
CompletedCallback completed)
write in interface AsyncParser<JSONObject>
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||