jar

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

Maven & Gradle

Apr 24, 2023
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 JAR file - Latest Versions:

All Versions

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

Version Vulnerabilities Size Updated
2.15.x
2.14.x
2.13.x
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-2.15.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.EnumKeySerializer.class - [JAR]

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

├─ 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.ser.EnumSerializerShared.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.deser.EnumDeserializerShared.class - [JAR]

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

├─ com.github.pjfanning.enum.deser.EnumKeyDeserializerResolver.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]

Advertisement