This project has retired. For details please refer to its
Attic page .
CloudStackParserModule.CloudStackDateAdapter (Apache jclouds 2.0.0 API)
JavaScript is disabled on your browser.
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
Enclosing class:
CloudStackParserModule
public static class CloudStackParserModule.CloudStackDateAdapter
extends GsonModule.Iso8601DateAdapter
Data adapter for the date formats used by CloudStack.
Essentially this is a workaround for the CloudStack getUsage() API call returning a corrupted form of ISO-8601
dates, which have an unexpected pair of apostrophes, like 2011-12-12'T'00:00:00+00:00
Method Summary
Methods
Modifier and Type
Method and Description
Date
read (com.google.gson.stream.JsonReader reader)
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
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
Copyright © 2009-2016 The Apache Software Foundation . All Rights Reserved.