jar

io.github.Rhythm-2019 : easyEnum

Maven & Gradle

Feb 22, 2023
0 stars

EasyEnum 是一个简单的枚举管理器

Table Of Contents

Latest Version

Download io.github.Rhythm-2019 : easyEnum JAR file - Latest Versions:

All Versions

Download io.github.Rhythm-2019 : easyEnum JAR file - All Versions:

Version Vulnerabilities Size Updated
1.0

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 easyEnum-1.0.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

io.github.rhythm2019.easyEnum.core

├─ io.github.rhythm2019.easyEnum.core.CodeBaseEnumManager.class - [JAR]

├─ io.github.rhythm2019.easyEnum.core.DefaultCodeBaseEnumManager.class - [JAR]

io.github.rhythm2019.easyEnum.exception

├─ io.github.rhythm2019.easyEnum.exception.EnumNoFoundException.class - [JAR]

io.github.rhythm2019.easyEnum.utils

├─ io.github.rhythm2019.easyEnum.utils.ClassScanner.class - [JAR]

io.github.rhythm2019.easyEnum.mvc

├─ io.github.rhythm2019.easyEnum.mvc.EnumController.class - [JAR]

├─ io.github.rhythm2019.easyEnum.mvc.EnumParamConverter.class - [JAR]

io.github.rhythm2019.easyEnum.config

├─ io.github.rhythm2019.easyEnum.config.AutoConfiguration.class - [JAR]

├─ io.github.rhythm2019.easyEnum.config.EnableEasyEnum.class - [JAR]

io.github.rhythm2019.easyEnum

├─ io.github.rhythm2019.easyEnum.CodeBaseEnum.class - [JAR]

├─ io.github.rhythm2019.easyEnum.CodeBaseEnumVo.class - [JAR]

io.github.rhythm2019.easyEnum.mvc.serializer

├─ io.github.rhythm2019.easyEnum.mvc.serializer.JacksonEnumDeserializer.class - [JAR]

├─ io.github.rhythm2019.easyEnum.mvc.serializer.JacksonEnumSerializer.class - [JAR]

io.github.rhythm2019.easyEnum.persistence

├─ io.github.rhythm2019.easyEnum.persistence.JPAEnumAttributeConverter.class - [JAR]

├─ io.github.rhythm2019.easyEnum.persistence.MybatisEnumTypeHandler.class - [JAR]