| Class | Description |
|---|---|
| DecimalUtils |
Utilities to aid in the translation of decimal types to/from multiple parts.
|
| JSR310Module |
Class that registers this module with the Jackson core.
ObjectMapper mapper = new ObjectMapper();
mapper.findAndRegisterModules();
—OR—
ObjectMapper mapper = new ObjectMapper();
mapper.registerModule(new JSR310Module());
Most JSR-310 types are serialized as numbers (integers or decimals as appropriate) if the SerializationFeature.WRITE_DATES_AS_TIMESTAMPS feature is enabled, and
otherwise are serialized in standard ISO-8601
string representation. |
| PackageVersion |
Automatically generated from PackageVersion.java.in during
packageVersion-generate execution of maven-replacer-plugin in
pom.xml.
|
Copyright © 2014-2015 FasterXML. All Rights Reserved.