jar

com.guicedee.services : jackson-module-jaxb-annotations

Maven & Gradle

Nov 16, 2020
2 usages
166 stars

Jackson module: JAXB Annotations · Support for using JAXB annotations as an alternative to "native" Jackson annotations, for configuring data-binding.

Table Of Contents

Latest Version

Download com.guicedee.services : jackson-module-jaxb-annotations JAR file - Latest Versions:

All Versions

Download com.guicedee.services : jackson-module-jaxb-annotations JAR file - All Versions:

Version Vulnerabilities Size Updated
1.1.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-jaxb-annotations-1.1.0.2-jre14.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

com.fasterxml.jackson.module.jaxb.ser

├─ com.fasterxml.jackson.module.jaxb.ser.DataHandlerJsonSerializer.class - [JAR]

├─ com.fasterxml.jackson.module.jaxb.ser.DomElementJsonSerializer.class - [JAR]

com.fasterxml.jackson.module.jaxb.deser

├─ com.fasterxml.jackson.module.jaxb.deser.DataHandlerJsonDeserializer.class - [JAR]

├─ com.fasterxml.jackson.module.jaxb.deser.DomElementJsonDeserializer.class - [JAR]

com.fasterxml.jackson.module.jaxb

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

├─ com.fasterxml.jackson.module.jaxb.JaxbAnnotationIntrospector.class - [JAR]

├─ com.fasterxml.jackson.module.jaxb.JaxbAnnotationModule.class - [JAR]

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

Advertisement