File tree Expand file tree Collapse file tree 1 file changed +3
-0
lines changed
src/main/kotlin/no/nav/hjelpemidler/model Expand file tree Collapse file tree 1 file changed +3
-0
lines changed Original file line number Diff line number Diff line change 1
1
package no.nav.hjelpemidler.model
2
2
3
+ import com.fasterxml.jackson.annotation.JsonFormat
3
4
import com.fasterxml.jackson.annotation.JsonProperty
4
5
import java.time.LocalDate
5
6
@@ -19,6 +20,7 @@ data class Statusinfo(
19
20
@JsonProperty(" IncidentSoknadType" )
20
21
val søknadstype : String ,
21
22
23
+ @JsonFormat(shape = JsonFormat .Shape .STRING , pattern = " yyyy-MM-dd" )
22
24
@JsonProperty(" IncidentVedtakDato" )
23
25
val vedtaksdato : LocalDate ,
24
26
@@ -58,6 +60,7 @@ data class Statusinfo(
58
60
@JsonProperty(" AccountNumber" )
59
61
val fnrBruker : String ,
60
62
63
+ @JsonFormat(shape = JsonFormat .Shape .STRING , pattern = " yyyy-MM-dd" )
61
64
@JsonProperty(" LastUpdateDate" )
62
65
val sistOppdatert : LocalDate ,
63
66
)
You can’t perform that action at this time.
0 commit comments