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

com.fasterxml.jackson.databind.jsontype.package-info Maven / Gradle / Ivy

There is a newer version: 2.17.0
Show newest version
/**
 * Package that contains interfaces that define how to implement
 * functionality for dynamically resolving type during deserialization.
 * This is needed for complete handling of polymorphic types, where
 * actual type cannot be determined statically (declared type is
 * a supertype of actual polymorphic serialized types).
 */
package com.fasterxml.jackson.databind.jsontype;




© 2015 - 2024 Weber Informatics LLC | Privacy Policy