org.jclouds.date.internal
Class DateServiceDateCodecFactory
java.lang.Object
org.jclouds.date.internal.DateServiceDateCodecFactory
- All Implemented Interfaces:
- DateCodecFactory
@Singleton
public class DateServiceDateCodecFactory
- extends Object
- implements DateCodecFactory
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DateServiceDateCodecFactory
@Inject
public DateServiceDateCodecFactory(DateServiceDateCodecFactory.DateServiceRfc1123Codec rfc1123Codec,
DateServiceDateCodecFactory.DateServiceIso8601Codec iso8601Codec)
rfc1123
public DateCodec rfc1123()
- Specified by:
rfc1123 in interface DateCodecFactory
iso8601
public DateCodec iso8601()
- Specified by:
iso8601 in interface DateCodecFactory
Copyright © 2009-2012 jclouds. All Rights Reserved.