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 voila-runtime-hibernate-spatial-1.9.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
it.mice.voila.runtime.hibernatespatial
├─ it.mice.voila.runtime.hibernatespatial.JsonPoint.class - [JAR]
it.mice.voila.runtime.hibernatespatial.serializers
├─ it.mice.voila.runtime.hibernatespatial.serializers.GisPointDeserializer.class - [JAR]
├─ it.mice.voila.runtime.hibernatespatial.serializers.GisPointSerializer.class - [JAR]
it.mice.voila.runtime.hibernatespatial.utils
├─ it.mice.voila.runtime.hibernatespatial.utils.Geocoder.class - [JAR]
├─ it.mice.voila.runtime.hibernatespatial.utils.GeocoderUtils.class - [JAR]
├─ it.mice.voila.runtime.hibernatespatial.utils.GisConvertUtils.class - [JAR]
├─ it.mice.voila.runtime.hibernatespatial.utils.GoogleGeocoder.class - [JAR]