public class ZkConfigNode extends Object
properties
if the
java type is not specified.Constructor and Description |
---|
ZkConfigNode(String json) |
Modifier and Type | Method and Description |
---|---|
Object |
getInstance()
Get the object made from the supplied JSON
|
static Object |
getInstance(String json) |
String |
getJson()
Get the original JSON from which the
getInstance() was constructed. |
String |
toString() |
public ZkConfigNode(String json)
json
- the JSON stringcom.google.gson.JsonSyntaxException
- if the JSON could not be converted to a Java instancepublic String getJson()
getInstance()
was constructed.public Object getInstance()
Copyright © 2012. All Rights Reserved.