Skip navigation links

Package net.sf.mmm.util.lang.base.datatype.adapter.jackson

Provides generic adapters to map datatypes for jackson.

See: Description

Package net.sf.mmm.util.lang.base.datatype.adapter.jackson Description

Provides generic adapters to map datatypes for jackson.

Lang Base Datatype Adapter Jackson

This package contains classes to add support for custom Datatypes in jackson (for JSON mapping). For your datatype you only have to ensure support via DatatypeDescriptorManager what is given out-of-the-box if you implement SimpleDatatype. For composed Datatypes you can implement your own DatatypeDescriptor.
Then if you once configure the adapters provided here in your application, you have generic support for all of your datatypes.
See Also:
DatatypeObjectMapperFactory
Skip navigation links

Copyright © 2001–2014 mmm-Team. All rights reserved.