|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectikrs.json.parser.DefaultJSONValueFactory
ikrs.json.rpc.JSONRPCValueFactory
public class JSONRPCValueFactory
This class has only one purpose: create a JSONRPCRequest instead of a normal JSONValue when the outer parent object was read.
| Constructor Summary | |
|---|---|
JSONRPCValueFactory()
|
|
| Method Summary | |
|---|---|
JSONObject |
createObject()
This method creates a non-embedded JSON object (first single value from the input). |
| Methods inherited from class ikrs.json.parser.DefaultJSONValueFactory |
|---|
createArray, createArray, createArray, createBoolean, createBoolean, createBoolean, createNull, createNull, createNull, createNumber, createNumber, createNumber, createObject, createObject, createString, createString, createString |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public JSONRPCValueFactory()
| Method Detail |
|---|
public JSONObject createObject()
createObject in interface JSONValueFactorycreateObject in class DefaultJSONValueFactory
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||