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

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

public class JodaMoneyConverters
extends java.lang.Object

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

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


Constructor Summary
JodaMoneyConverters()
           
 
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

JodaMoneyConverters

public JodaMoneyConverters()
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