Skip to content

Commit

Permalink
Aligned timeType with Java LocalTime
Browse files Browse the repository at this point in the history
  • Loading branch information
dlehammer committed May 16, 2024
1 parent fd3407b commit 1b2d41b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion jsonschema2pojo-gradle-plugin/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -266,7 +266,7 @@ jsonSchema2Pojo {
dateTimeType = "java.time.LocalDateTime"
// What type to use instead of string when adding string properties of format "time" to Java types
timeType = "java.time.LocalDate"
timeType = "java.time.LocalTime"
// A custom pattern to use when formatting date fields during serialization. Requires support from
// your JSON binding library.
Expand Down

0 comments on commit 1b2d41b

Please sign in to comment.