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 context2object-0.0.12.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
org.tinygroup.context2object.util
├─ org.tinygroup.context2object.util.Context2ObjectUtil.class - [JAR]
org.tinygroup.context2object.annotation
├─ org.tinygroup.context2object.annotation.ParameterName.class - [JAR]
org.tinygroup.context2object.config
├─ org.tinygroup.context2object.config.GeneratorConfig.class - [JAR]
├─ org.tinygroup.context2object.config.GeneratorConfigItem.class - [JAR]
org.tinygroup.context2object
├─ org.tinygroup.context2object.ObjectGenerator.class - [JAR]
├─ org.tinygroup.context2object.TypeConverter.class - [JAR]
├─ org.tinygroup.context2object.TypeCreator.class - [JAR]
org.tinygroup.context2object.impl
├─ org.tinygroup.context2object.impl.BigDecimalConverter.class - [JAR]
├─ org.tinygroup.context2object.impl.ClassNameObjectGenerator.class - [JAR]
├─ org.tinygroup.context2object.impl.DateTypeConverter.class - [JAR]
├─ org.tinygroup.context2object.impl.ListTypeCreator.class - [JAR]
org.tinygroup.context2object.fileresolver
├─ org.tinygroup.context2object.fileresolver.GeneratorFileProcessor.class - [JAR]