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 velvetdb-core-0.10.2.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
com.zakgof.velvet.impl.entity
├─ com.zakgof.velvet.impl.entity.EntityDef.class - [JAR]
├─ com.zakgof.velvet.impl.entity.SortedEntityDef.class - [JAR]
com.zakgof.velvet.impl.request
├─ com.zakgof.velvet.impl.request.EntityDelete.class - [JAR]
├─ com.zakgof.velvet.impl.request.EntityGet.class - [JAR]
├─ com.zakgof.velvet.impl.request.EntityPut.class - [JAR]
com.zakgof.velvet.annotation
├─ com.zakgof.velvet.annotation.Index.class - [JAR]
├─ com.zakgof.velvet.annotation.Key.class - [JAR]
├─ com.zakgof.velvet.annotation.Kind.class - [JAR]
├─ com.zakgof.velvet.annotation.SortedKey.class - [JAR]
com.zakgof.velvet
├─ com.zakgof.velvet.IVelvetEnvironment.class - [JAR]
├─ com.zakgof.velvet.IVelvetEnvironmentBuilder.class - [JAR]
├─ com.zakgof.velvet.IVelvetProvider.class - [JAR]
├─ com.zakgof.velvet.IVelvetReadTransaction.class - [JAR]
├─ com.zakgof.velvet.IVelvetWriteTransaction.class - [JAR]
├─ com.zakgof.velvet.VelvetException.class - [JAR]
├─ com.zakgof.velvet.VelvetFactory.class - [JAR]
com.zakgof.velvet.entity
├─ com.zakgof.velvet.entity.Entities.class - [JAR]
├─ com.zakgof.velvet.entity.IEntityDef.class - [JAR]
├─ com.zakgof.velvet.entity.IKeylessEntityDef.class - [JAR]
├─ com.zakgof.velvet.entity.ISetEntityDef.class - [JAR]
├─ com.zakgof.velvet.entity.ISortedEntityDef.class - [JAR]
├─ com.zakgof.velvet.entity.ISortedSetEntityDef.class - [JAR]
com.zakgof.velvet.impl.history
├─ com.zakgof.velvet.impl.history.VelvetClassHistory.class - [JAR]
com.zakgof.velvet.serializer.migrator
├─ com.zakgof.velvet.serializer.migrator.ClassStructure.class - [JAR]
├─ com.zakgof.velvet.serializer.migrator.EnumStructure.class - [JAR]
├─ com.zakgof.velvet.serializer.migrator.IClassHistory.class - [JAR]
├─ com.zakgof.velvet.serializer.migrator.ISerializerSchemaMigrator.class - [JAR]
com.zakgof.velvet.serializer
├─ com.zakgof.velvet.serializer.ISerializer.class - [JAR]
├─ com.zakgof.velvet.serializer.ISerializerProvider.class - [JAR]
├─ com.zakgof.velvet.serializer.ISerializerProviderBuilder.class - [JAR]
├─ com.zakgof.velvet.serializer.SerializerFactory.class - [JAR]
com.zakgof.velvet.properties
├─ com.zakgof.velvet.properties.IProperty.class - [JAR]
├─ com.zakgof.velvet.properties.IPropertyAccessor.class - [JAR]
com.zakgof.velvet.impl.index
├─ com.zakgof.velvet.impl.index.IndexDef.class - [JAR]
├─ com.zakgof.velvet.impl.index.IndexInfo.class - [JAR]
├─ com.zakgof.velvet.impl.index.IndexQuery.class - [JAR]
com.zakgof.velvet.request
├─ com.zakgof.velvet.request.IBatchGet.class - [JAR]
├─ com.zakgof.velvet.request.IBatchIndexQuery.class - [JAR]
├─ com.zakgof.velvet.request.IEntityDelete.class - [JAR]
├─ com.zakgof.velvet.request.IEntityGet.class - [JAR]
├─ com.zakgof.velvet.request.IEntityInitialize.class - [JAR]
├─ com.zakgof.velvet.request.IEntityPut.class - [JAR]
├─ com.zakgof.velvet.request.IIndexDef.class - [JAR]
├─ com.zakgof.velvet.request.IIndexQuery.class - [JAR]
├─ com.zakgof.velvet.request.IReadCommand.class - [JAR]
├─ com.zakgof.velvet.request.IWriteCommand.class - [JAR]