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 amap-java-place-1.0.2.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
com.github.zhangchunsheng.amapplace.service
├─ com.github.zhangchunsheng.amapplace.service.PlaceService.class - [JAR]
com.github.zhangchunsheng.amapplace.bean.result
├─ com.github.zhangchunsheng.amapplace.bean.result.InputTips.class - [JAR]
├─ com.github.zhangchunsheng.amapplace.bean.result.Poi.class - [JAR]
├─ com.github.zhangchunsheng.amapplace.bean.result.PoiSearchResult.class - [JAR]
├─ com.github.zhangchunsheng.amapplace.bean.result.Tips.class - [JAR]
com.github.zhangchunsheng.amapplace.service.impl
├─ com.github.zhangchunsheng.amapplace.service.impl.PlaceServiceImpl.class - [JAR]