Skip to content

Commit

Permalink
ignore json fields
Browse files Browse the repository at this point in the history
  • Loading branch information
brppe authored and brppe committed Oct 31, 2023
1 parent c1eb9cd commit 21fbbdc
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -1,11 +1,13 @@
package com.whatsapp.api.domain.messages.response;

import com.fasterxml.jackson.annotation.JsonIgnoreProperties;
import com.fasterxml.jackson.annotation.JsonInclude;
import com.fasterxml.jackson.annotation.JsonProperty;

/**
* The type Message.
*/
@JsonIgnoreProperties(ignoreUnknown = true)
@JsonInclude(JsonInclude.Include.NON_NULL)
public record Message(

Expand Down

0 comments on commit 21fbbdc

Please sign in to comment.