jar

com.fasterxml.jackson.module : jackson-module-paranamer

Maven & Gradle

May 30, 2023
174 usages
163 stars

Jackson module: Paranamer · AnnotationIntrospectors that use Paranamer (http://paranamer.codehaus.org) to introspect names of constructor (and factory method) parameters.

Table Of Contents

Latest Version

Download com.fasterxml.jackson.module : jackson-module-paranamer JAR file - Latest Versions:

All Versions

Download com.fasterxml.jackson.module : jackson-module-paranamer JAR file - All Versions:

Version Vulnerabilities Size Updated
2.15.x
2.14.x
2.13.x
2.12.x
2.11.x
2.10.x
2.9.x
2.8.x
2.7.x
2.6.x
2.5.x
2.4.x
2.3.x
2.2.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-paranamer-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.paranamer

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

├─ com.fasterxml.jackson.module.paranamer.ParanamerAnnotationIntrospector.class - [JAR]

├─ com.fasterxml.jackson.module.paranamer.ParanamerModule.class - [JAR]

├─ com.fasterxml.jackson.module.paranamer.ParanamerOnJacksonAnnotationIntrospector.class - [JAR]

├─ com.fasterxml.jackson.module.paranamer.SerializableParanamer.class - [JAR]

com.fasterxml.jackson.module.paranamer.shaded

├─ com.fasterxml.jackson.module.paranamer.shaded.AdaptiveParanamer.class - [JAR]

├─ com.fasterxml.jackson.module.paranamer.shaded.AnnotationParanamer.class - [JAR]

├─ com.fasterxml.jackson.module.paranamer.shaded.BytecodeReadingParanamer.class - [JAR]

├─ com.fasterxml.jackson.module.paranamer.shaded.CachingParanamer.class - [JAR]

├─ com.fasterxml.jackson.module.paranamer.shaded.DefaultParanamer.class - [JAR]

├─ com.fasterxml.jackson.module.paranamer.shaded.JavadocParanamer.class - [JAR]

├─ com.fasterxml.jackson.module.paranamer.shaded.NullParanamer.class - [JAR]

├─ com.fasterxml.jackson.module.paranamer.shaded.ParameterNamesNotFoundException.class - [JAR]

├─ com.fasterxml.jackson.module.paranamer.shaded.Paranamer.class - [JAR]

├─ com.fasterxml.jackson.module.paranamer.shaded.PositionalParanamer.class - [JAR]

Advertisement