We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 52b47d3 commit f443c66Copy full SHA for f443c66
README.md
@@ -22,13 +22,14 @@ dependencies {
22
</dependency>
23
```
24
25
-## The Why
+## Features
26
27
Library provides:
28
- All models provided as simple POJOs
29
- All models have unified structure so that all models can be easily build via *ObjectMapper* or other serialization engine.
30
- All models are build with *Lombok* to provide boiler-less source code for easier reading and understanding of model internals.
31
- All models use *java.time.* classes for time serialization.
32
+- All models are Gson/Jackson compatible
33
34
## Events
35
* DynamoDB
0 commit comments