This project has retired. For details please refer to its
Attic page.
NullHackJsonLiteralAdapter (Apache jclouds 1.9.3 API)
- java.lang.Object
-
- com.google.gson.TypeAdapter<L>
-
- org.jclouds.json.internal.NullHackJsonLiteralAdapter<L>
-
-
Method Summary
-
Methods inherited from class com.google.gson.TypeAdapter
fromJson, fromJson, fromJsonTree, nullSafe, toJson, toJson, toJsonTree
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
Method Detail
-
createJsonLiteralFromRawJson
protected abstract L createJsonLiteralFromRawJson(String json)
User supplied type that holds json literally. Ex. number as 8
, boolean as true
, string as "value"
, object as , list {@code []}.
Copyright © 2009-2016 The Apache Software Foundation. All Rights Reserved.