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 org.tinygroup.context2object-3.4.9.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.config
├─ org.tinygroup.context2object.config.BasicTypeConverter.class - [JAR]
├─ org.tinygroup.context2object.config.GeneratorConfig.class - [JAR]
├─ org.tinygroup.context2object.config.GeneratorConfigItem.class - [JAR]
org.tinygroup.context2object
├─ org.tinygroup.context2object.ObjectAssembly.class - [JAR]
├─ 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.BaseClassNameObjectGenerator.class - [JAR]
├─ org.tinygroup.context2object.impl.BigDecimalConverter.class - [JAR]
├─ org.tinygroup.context2object.impl.ClassNameObjectGenerator.class - [JAR]
├─ org.tinygroup.context2object.impl.ClassNameObjectGeneratorWithException.class - [JAR]
├─ org.tinygroup.context2object.impl.DateTypeConverter.class - [JAR]
├─ org.tinygroup.context2object.impl.DetectDateTypeConverter.class - [JAR]
├─ org.tinygroup.context2object.impl.ListTypeCreator.class - [JAR]
org.tinygroup.context2object.fileresolver
├─ org.tinygroup.context2object.fileresolver.GeneratorFileProcessor.class - [JAR]