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 json-bean-populator-0.6.2.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
com.github.wnameless.json.beanpopulator
├─ com.github.wnameless.json.beanpopulator.DefaultJsonifyStrategy.class - [JAR]
├─ com.github.wnameless.json.beanpopulator.JsonPopulatable.class - [JAR]
├─ com.github.wnameless.json.beanpopulator.JsonPopulatedKey.class - [JAR]
├─ com.github.wnameless.json.beanpopulator.JsonPopulatedValue.class - [JAR]
├─ com.github.wnameless.json.beanpopulator.JsonPopulatedValueCustomizer.class - [JAR]
├─ com.github.wnameless.json.beanpopulator.JsonPopulatedValueWithKeys.class - [JAR]
├─ com.github.wnameless.json.beanpopulator.JsonPopulatedValueWithKeysCustomizer.class - [JAR]
├─ com.github.wnameless.json.beanpopulator.JsonifyStrategy.class - [JAR]
├─ com.github.wnameless.json.beanpopulator.JsonifyStrategyProvider.class - [JAR]