We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents a83fd3a + 92a221b commit 76b5d63Copy full SHA for 76b5d63
src/main/kotlin/no/nav/klage/search/domain/elasticsearch/EsBehandling.kt
@@ -69,8 +69,10 @@ data class EsBehandling(
69
70
override val utfallId: String? = null,
71
72
+ @JsonFormat(shape = JsonFormat.Shape.STRING, pattern = "yyyy-MM-dd", timezone = "UTC")
73
override val sattPaaVent: LocalDate? = null,
74
75
76
override val sattPaaVentExpires: LocalDate? = null,
77
78
override val sattPaaVentReason: String? = null,
0 commit comments