com.fasterxml.jackson.module.noctordeser.NoCtorModule Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of jackson-module-no-ctor-deser Show documentation
Show all versions of jackson-module-no-ctor-deser Show documentation
Support deserialization of POJO classes without default constructor
The newest version!
package com.fasterxml.jackson.module.noctordeser;
// To be removed from 2.15 or later
/**
* @since 2.13
*
* @deprecated Incorrectly named; use {@link NoCtorDeserModule} instead
*/
@Deprecated // @since 2.13.1
public class NoCtorModule extends NoCtorDeserModule {
}