All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.codehaus.jackson.map.module.package-info Maven / Gradle / Ivy

Go to download

Data Mapper package is a high-performance data binding package built on Jackson JSON processor

There is a newer version: 1.9.13
Show newest version
/**
 * Package that contains classes and interfaces to help implement
 * custom extension {@link org.codehaus.jackson.map.Module}s
 * (which are registered using
 * {@link org.codehaus.jackson.map.ObjectMapper#registerModule}.
 * 
 * @since 1.7
 */
package org.codehaus.jackson.map.module;




© 2015 - 2024 Weber Informatics LLC | Privacy Policy