public class JodaMoneyTranslators extends 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());
Constructor and Description |
---|
JodaMoneyTranslators() |
public static void add(ObjectifyFactory fact)
Copyright © 2014. All rights reserved.