jar

com.github.pjfanning : jackson-module-scala3-enum_3.0.0-RC1

Maven & Gradle

Feb 21, 2021
5 stars

jackson-module-scala3-enum · A library for serializing/deserializing scala3 enums using Jackson.

Table Of Contents

Latest Version

Download com.github.pjfanning : jackson-module-scala3-enum_3.0.0-RC1 JAR file - Latest Versions:

All Versions

Download com.github.pjfanning : jackson-module-scala3-enum_3.0.0-RC1 JAR file - All Versions:

Version Vulnerabilities Size Updated
2.12.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-scala3-enum_3.0.0-RC1-2.12.0.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

com.github.pjfanning.enum.ser

├─ com.github.pjfanning.enum.ser.EnumSerializer.class - [JAR]

├─ com.github.pjfanning.enum.ser.EnumSerializerModule.class - [JAR]

├─ com.github.pjfanning.enum.ser.EnumSerializerResolver.class - [JAR]

com.github.pjfanning.enum.deser

├─ com.github.pjfanning.enum.deser.EnumDeserializer.class - [JAR]

├─ com.github.pjfanning.enum.deser.EnumDeserializerModule.class - [JAR]

├─ com.github.pjfanning.enum.deser.EnumDeserializerResolver.class - [JAR]

com.github.pjfanning.enum

├─ com.github.pjfanning.enum.EnumModule.class - [JAR]

├─ com.github.pjfanning.enum.JacksonModule.class - [JAR]

├─ com.github.pjfanning.enum.VersionExtractor.class - [JAR]