View Java Class Source Code in JAR file
- Download JD-GUI to open JAR file and explore Java source code file (.class .java)
- Click menu "File → Open File..." or just drag-and-drop the JAR file in the JD-GUI window devon4j-json-2023.01.001.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
com.devonfw.module.json.common.base.type
├─ com.devonfw.module.json.common.base.type.IdRefJsonDeserializer.class - [JAR]
├─ com.devonfw.module.json.common.base.type.IdRefJsonSerializer.class - [JAR]
├─ com.devonfw.module.json.common.base.type.JsonPage.class - [JAR]
├─ com.devonfw.module.json.common.base.type.PageableJsonDeserializer.class - [JAR]
├─ com.devonfw.module.json.common.base.type.PageableJsonSerializer.class - [JAR]
com.devonfw.module.json.common.base
├─ com.devonfw.module.json.common.base.JacksonUtil.class - [JAR]
├─ com.devonfw.module.json.common.base.MixInAnnotationsModule.class - [JAR]
├─ com.devonfw.module.json.common.base.ObjectMapperFactory.class - [JAR]