nacx approved this pull request.
>
public class DimensionDataCloudControlParserModule extends AbstractModule {
@Override
protected void configure() {
- Names.bindProperties(binder(),
Collections.singletonMap(Constants.PROPERTY_PRETTY_PRINT_PAYLOADS, "true"));
-
bind(GsonModule.DateAdapter.class).to(GsonModule.Iso8601DateAdapter.class);
We'll probably need to bind something like this adapter to be able to
deserialize json strings to Date objects. Let's see which format the target API
uses.
--
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/jclouds/jclouds-labs/pull/375#pullrequestreview-28884232