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 cache-ohc-0.1.2.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
io.meshware.cache.ohc.serializer.kryo
├─ io.meshware.cache.ohc.serializer.kryo.KryoObjectSerializer.class - [JAR]
├─ io.meshware.cache.ohc.serializer.kryo.KryoObjectSerializer_KryoPool.class - [JAR]
├─ io.meshware.cache.ohc.serializer.kryo.KryoSerializationUtils.class - [JAR]
├─ io.meshware.cache.ohc.serializer.kryo.KryoSerializationUtils_KryoPool.class - [JAR]
io.meshware.cache.ohc.serializer.protostuff
├─ io.meshware.cache.ohc.serializer.protostuff.ProtostuffObjectSerializer.class - [JAR]
├─ io.meshware.cache.ohc.serializer.protostuff.ProtostuffSerializationUtils.class - [JAR]
io.meshware.cache.ohc.serializer
├─ io.meshware.cache.ohc.serializer.IntegerSerializer.class - [JAR]
├─ io.meshware.cache.ohc.serializer.ObjectSerializer.class - [JAR]
├─ io.meshware.cache.ohc.serializer.StringSerializer.class - [JAR]
io.meshware.cache.ohc
├─ io.meshware.cache.ohc.AbstractOffHeapCache.class - [JAR]
├─ io.meshware.cache.ohc.AbstractStringSynchronousOffHeapCache.class - [JAR]
├─ io.meshware.cache.ohc.AbstractSynchronousOffHeapCache.class - [JAR]
├─ io.meshware.cache.ohc.StringKeyOffHeapCache.class - [JAR]