Skip to content

Commit

Permalink
README.md changes for module & project level
Browse files Browse the repository at this point in the history
  • Loading branch information
Shounaks committed Feb 15, 2024
1 parent 9077cc6 commit 0c9ee1b
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ Project is composed of multiple Maven sub-modules, each corresponding to a jar:
* [jr-retrofit2](../../tree/master/jr-retrofit2) contains `jackson-jr` - based handlers for [Retrofit 2](https://square.github.io/retrofit/) library
* Depends on `jackson-jr` and `Retrofit` API jars, and indirectly on `jackson-core`
* [jr-annotation-support](../../tree/master/jr-annotation-support) contains extension with support for a subset of core [Jackson annotations](../../../jackson-annotations)
* [jr-extension-datetime](../../tree/master/jr-extension-datetime) contains extension with support for `LocalDateTime`
* [jr-extension-datetime](../../tree/master/jr-extension-datetime) contains extension with support a subset of Java 8 Date/Time types (e.g. `LocalDateTime`)
* jr-all creates an "uber-jar" that contains individual modules along with all their dependencies:
* `jr-objects` classes as-is, without relocating
* `jr-stree` classes as-is, without relocating
Expand Down
8 changes: 7 additions & 1 deletion jr-extension-datetime/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
## Overview

This module extends the functionalities of jackson-jr adding support for LocalDateTime.
This module extends the functionalities of jackson-jr adding support for a subset of Java 8 Date & Time objects such as `LocalDateTime` & `DateTime`.

### Example

Expand All @@ -26,3 +26,9 @@ class Application {

}
```

### Extension List
- LocalDateTime (`JacksonLocalDateTimeExtension`)

### Plans for Future
- Other Java 8 DateTime classes

0 comments on commit 0c9ee1b

Please sign in to comment.