Skip to content

Commit

Permalink
ignorerer ukjentverdier på subtypene
Browse files Browse the repository at this point in the history
  • Loading branch information
davidsteinsland committed Nov 26, 2024
1 parent 168ff97 commit 178d386
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -193,12 +193,14 @@ private data class VedtaksperiodeVenterDto(
val hendelser: Set<UUID>,
val venterPå: VenterPå
) {
@JsonIgnoreProperties(ignoreUnknown = true)
data class VenterPå(
val vedtaksperiodeId: UUID,
val organisasjonsnummer: String,
val venteårsak: Venteårsak
)

@JsonIgnoreProperties(ignoreUnknown = true)
data class Venteårsak(
val hva : String
)
Expand Down

0 comments on commit 178d386

Please sign in to comment.