Skip to content

Commit 76b5d63

Browse files
authored
Merge pull request #337 from navikt/test_satt_paa_vent_expires
Specify jsonformat in EsBehandling.
2 parents a83fd3a + 92a221b commit 76b5d63

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/main/kotlin/no/nav/klage/search/domain/elasticsearch/EsBehandling.kt

+2
Original file line numberDiff line numberDiff line change
@@ -69,8 +69,10 @@ data class EsBehandling(
6969

7070
override val utfallId: String? = null,
7171

72+
@JsonFormat(shape = JsonFormat.Shape.STRING, pattern = "yyyy-MM-dd", timezone = "UTC")
7273
override val sattPaaVent: LocalDate? = null,
7374

75+
@JsonFormat(shape = JsonFormat.Shape.STRING, pattern = "yyyy-MM-dd", timezone = "UTC")
7476
override val sattPaaVentExpires: LocalDate? = null,
7577

7678
override val sattPaaVentReason: String? = null,

0 commit comments

Comments
 (0)