|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.googlecode.objectify.impl.conv.joda.JodaMoneyConverters
public class JodaMoneyConverters
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 |
---|
public JodaMoneyConverters()
Method Detail |
---|
public static void add(Conversions conv)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |