com.googlecode.objectify.impl.conv.joda
Class JodaTimeConverters

java.lang.Object
  extended by com.googlecode.objectify.impl.conv.joda.JodaTimeConverters

public class JodaTimeConverters
extends java.lang.Object

A convenient static method that adds all the joda-time related converters to your factory's conversions. We can't enable the joda-time converters automatically or it would force everyone to add joda-time.jar whether they use it or not. To enable, call this:

JodaTimeConverters.add(ObjectifyService.factory().getConversions());


Constructor Summary
JodaTimeConverters()
           
 
Method Summary
static void add(Conversions conv)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JodaTimeConverters

public JodaTimeConverters()
Method Detail

add

public static void add(Conversions conv)


Copyright © 2011 Jeff Schnitzer and a gang of pirates. All Rights Reserved. Build version: 3.1