jar

com.fasterxml.jackson.module : jackson-module-jakarta-xmlbind-annotations

Maven & Gradle

May 30, 2023
21 usages
164 stars

Jackson module: Jakarta XML Bind Annotations (jakarta.xml.bind) · Support for using Jakarta XML Bind (aka JAXB 3.0) annotations as an alternative to "native" Jackson annotations, for configuring data-binding.

Table Of Contents

Latest Version

Download com.fasterxml.jackson.module : jackson-module-jakarta-xmlbind-annotations JAR file - Latest Versions:

All Versions

Download com.fasterxml.jackson.module : jackson-module-jakarta-xmlbind-annotations JAR file - All Versions:

Version Vulnerabilities Size Updated
2.15.x
2.14.x
2.13.x

View Java Class Source Code in JAR file

  1. Download JD-GUI to open JAR file and explore Java source code file (.class .java)
  2. Click menu "File → Open File..." or just drag-and-drop the JAR file in the JD-GUI window jackson-module-jakarta-xmlbind-annotations-2.15.2.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

com.fasterxml.jackson.module.jakarta.xmlbind.deser

├─ com.fasterxml.jackson.module.jakarta.xmlbind.deser.DataHandlerDeserializer.class - [JAR]

com.fasterxml.jackson.module.jakarta.xmlbind

├─ com.fasterxml.jackson.module.jakarta.xmlbind.AdapterConverter.class - [JAR]

├─ com.fasterxml.jackson.module.jakarta.xmlbind.JakartaXmlBindAnnotationIntrospector.class - [JAR]

├─ com.fasterxml.jackson.module.jakarta.xmlbind.JakartaXmlBindAnnotationModule.class - [JAR]

├─ com.fasterxml.jackson.module.jakarta.xmlbind.PackageVersion.class - [JAR]

├─ com.fasterxml.jackson.module.jakarta.xmlbind.package-info.class - [JAR]

com.fasterxml.jackson.module.jakarta.xmlbind.ser

├─ com.fasterxml.jackson.module.jakarta.xmlbind.ser.DataHandlerSerializer.class - [JAR]

Advertisement