jar

com.jwebmp.jackson.module : jackson-module-jaxb-annotations

Maven & Gradle

Dec 20, 2018
1 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.jwebmp.jackson.module : jackson-module-jaxb-annotations JAR file - Latest Versions:

All Versions

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

Version Vulnerabilities Size Updated
0.63.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-0.63.0.19.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]

Advertisement