DOC

io.dataspray : single-table

Maven & Gradle

Apr 30, 2023
1 stars

Single Table · DynamoDB best practices encourages a single-table design that allows multiple record types to reside within the same table. The goal of this library is to improve the experience of Java developers and make it safer to define non-conflicting schema of each record, serializing and deserializing automatically and working with secondary indexes.

Table Of Contents

Latest Version

Download io.dataspray : single-table Javadoc & API Documentation - Latest Versions:

All Versions

Download io.dataspray : single-table Javadoc & API Documentation - All Versions:

Version Size Javadoc Updated
0.0.x

How to open Javadoc JAR file in web browser

  1. Rename the file single-table-0.0.11-javadoc.jar to single-table-0.0.11-javadoc.zip
  2. Use your favourite unzip tool (WinRAR / WinZIP) to extract it, now you have a folder single-table-0.0.11-javadoc
  3. Double click index.html will open the index page on your default web browser.

How to generate Javadoc from a source JAR?

Running the command javadoc:

javadoc --ignore-source-errors -encoding UTF-8 -sourcepath "single-table-0.0.11-sources.jar" -d "single-table-0.0.11-javadoc" -subpackages