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 apache-james-mailbox-caching-3.4.0.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
org.apache.james.mailbox.caching
├─ org.apache.james.mailbox.caching.CacheInvalidatingMailboxListener.class - [JAR]
├─ org.apache.james.mailbox.caching.CacheLoaderFromUnderlying.class - [JAR]
├─ org.apache.james.mailbox.caching.CachingMailboxMapper.class - [JAR]
├─ org.apache.james.mailbox.caching.CachingMailboxSessionMapperFactory.class - [JAR]
├─ org.apache.james.mailbox.caching.CachingMessageMapper.class - [JAR]
├─ org.apache.james.mailbox.caching.MailboxByPathCache.class - [JAR]
├─ org.apache.james.mailbox.caching.MailboxMetadataCache.class - [JAR]
org.apache.james.mailbox.caching.guava
├─ org.apache.james.mailbox.caching.guava.AbstractGuavaCache.class - [JAR]
├─ org.apache.james.mailbox.caching.guava.GuavaCacheWrapper.class - [JAR]
├─ org.apache.james.mailbox.caching.guava.GuavaMailboxByPathCache.class - [JAR]
├─ org.apache.james.mailbox.caching.guava.GuavaMailboxMetadataCache.class - [JAR]