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 unomi-persistence-spi-1.9.1.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
org.apache.unomi.persistence.spi
├─ org.apache.unomi.persistence.spi.CustomObjectMapper.class - [JAR]
├─ org.apache.unomi.persistence.spi.ItemDeserializer.class - [JAR]
├─ org.apache.unomi.persistence.spi.PersistenceService.class - [JAR]
├─ org.apache.unomi.persistence.spi.PropertyHelper.class - [JAR]
├─ org.apache.unomi.persistence.spi.PropertyTypedObjectDeserializer.class - [JAR]
org.apache.unomi.persistence.spi.aggregate
├─ org.apache.unomi.persistence.spi.aggregate.BaseAggregate.class - [JAR]
├─ org.apache.unomi.persistence.spi.aggregate.DateAggregate.class - [JAR]
├─ org.apache.unomi.persistence.spi.aggregate.DateRangeAggregate.class - [JAR]
├─ org.apache.unomi.persistence.spi.aggregate.IpRangeAggregate.class - [JAR]
├─ org.apache.unomi.persistence.spi.aggregate.NumericRangeAggregate.class - [JAR]
├─ org.apache.unomi.persistence.spi.aggregate.TermsAggregate.class - [JAR]