The StringConvert class is the main entry point.
// conversion to String String str = StringConvert.INSTANCE.convertToString(foo); // conversion from String Foo bar = StringConvert.INSTANCE.convertFromString(Foo.class, str);
| Package | Description |
|---|---|
| org.joda.convert | |
| org.joda.convert.factory |
Copyright © 2010–2018 Joda.org. All rights reserved.