Answers for "jackson config ignore unkonw properties"

0

jackson config ignore unkonw properties

objectMapper.configure(DeserializationConfig.Feature.FAIL_ON_UNKNOWN_PROPERTIES, false);


@JsonIgnoreProperties(ignoreUnknown = true)
Posted by: Guest on June-28-2021
0

jackson config ignore unkonw properties

@JsonIgnoreProperties(ignoreUnknown = true)
Posted by: Guest on June-28-2021

Code answers related to "jackson config ignore unkonw properties"

Browse Popular Code Answers by Language