We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fd3407b commit 1b2d41bCopy full SHA for 1b2d41b
jsonschema2pojo-gradle-plugin/README.md
@@ -266,7 +266,7 @@ jsonSchema2Pojo {
266
dateTimeType = "java.time.LocalDateTime"
267
268
// What type to use instead of string when adding string properties of format "time" to Java types
269
- timeType = "java.time.LocalDate"
+ timeType = "java.time.LocalTime"
270
271
// A custom pattern to use when formatting date fields during serialization. Requires support from
272
// your JSON binding library.
0 commit comments