How to Install and Uninstall jackson-module-no-ctor-deser Package on openSuSE Tumbleweed
Last updated: November 27,2024
1. Install "jackson-module-no-ctor-deser" package
Here is a brief guide to show you how to install jackson-module-no-ctor-deser on openSuSE Tumbleweed
$
sudo zypper refresh
Copied
$
sudo zypper install
jackson-module-no-ctor-deser
Copied
2. Uninstall "jackson-module-no-ctor-deser" package
Please follow the steps below to uninstall jackson-module-no-ctor-deser on openSuSE Tumbleweed:
$
sudo zypper remove
jackson-module-no-ctor-deser
Copied
3. Information about the jackson-module-no-ctor-deser package on openSuSE Tumbleweed
Information for package jackson-module-no-ctor-deser:
-----------------------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : jackson-module-no-ctor-deser
Version : 2.16.1-1.1
Arch : noarch
Vendor : openSUSE
Installed Size : 17.5 KiB
Installed : No
Status : not installed
Source package : jackson-modules-base-2.16.1-1.1.src
Upstream URL : https://github.com/FasterXML/jackson-modules-base
Summary : Support deserialization of POJO classes without default constructor
Description :
Module that allows instantiation of Java POJOs that do not have "default constructor"
(constructor that takes no arguments) but should be deserialized from JSON Object
as POJOs. In such cases, module tries to use sun.reflect.ReflectionFactory
to force instantiation that by-passes all constructors (it is the mechanism used by
JDK serialization system).
-----------------------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : jackson-module-no-ctor-deser
Version : 2.16.1-1.1
Arch : noarch
Vendor : openSUSE
Installed Size : 17.5 KiB
Installed : No
Status : not installed
Source package : jackson-modules-base-2.16.1-1.1.src
Upstream URL : https://github.com/FasterXML/jackson-modules-base
Summary : Support deserialization of POJO classes without default constructor
Description :
Module that allows instantiation of Java POJOs that do not have "default constructor"
(constructor that takes no arguments) but should be deserialized from JSON Object
as POJOs. In such cases, module tries to use sun.reflect.ReflectionFactory
to force instantiation that by-passes all constructors (it is the mechanism used by
JDK serialization system).