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 spring-boot-starter-dynamodb-0.0.1.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
com.sabegeek.common.dynamodb.configuration
├─ com.sabegeek.common.dynamodb.configuration.MonitorConfiguration.class - [JAR]
com.sabegeek.common.dynamodb.config
├─ com.sabegeek.common.dynamodb.config.DynamoDBConfiguration.class - [JAR]
com.sabegeek.common.dynamodb.typehandler
├─ com.sabegeek.common.dynamodb.typehandler.DynamoDbOBService.class - [JAR]
com.sabegeek.common.dynamodb.annotation
├─ com.sabegeek.common.dynamodb.annotation.HashKeyName.class - [JAR]
├─ com.sabegeek.common.dynamodb.annotation.RangeKeyName.class - [JAR]
├─ com.sabegeek.common.dynamodb.annotation.TableName.class - [JAR]
com.sabegeek.common.dynamodb.Service
├─ com.sabegeek.common.dynamodb.Service.DynamoDbBaseService.class - [JAR]
├─ com.sabegeek.common.dynamodb.Service.KeyValueDynamoDbService.class - [JAR]
com.sabegeek.common.dynamodb.observation
├─ com.sabegeek.common.dynamodb.observation.DynamodbExecuteContext.class - [JAR]
├─ com.sabegeek.common.dynamodb.observation.DynamodbExecuteDocumentation.class - [JAR]
├─ com.sabegeek.common.dynamodb.observation.DynamodbExecuteObservationConvention.class - [JAR]
com.sabegeek.common.dynamodb.autoconfig
├─ com.sabegeek.common.dynamodb.autoconfig.DynamoDBAutoConfiguration.class - [JAR]
com.sabegeek.common.dynamodb.jfr
├─ com.sabegeek.common.dynamodb.jfr.DynamodbExecuteEvent.class - [JAR]
├─ com.sabegeek.common.dynamodb.jfr.DynamodbExecuteJFRGenerator.class - [JAR]