Skip to content

Commit

Permalink
fix fail on null creator properties
Browse files Browse the repository at this point in the history
  • Loading branch information
v.lantratov committed May 31, 2022
1 parent d599e16 commit 5883fea
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,6 @@ import java.io.InputStream
class JacksonFeatureFlagConverter(
private val objectMapper: ObjectMapper = jacksonObjectMapper().apply {
configure(DeserializationFeature.FAIL_ON_UNKNOWN_PROPERTIES, false)
configure(DeserializationFeature.FAIL_ON_NULL_FOR_PRIMITIVES, true)
configure(DeserializationFeature.FAIL_ON_NULL_CREATOR_PROPERTIES, true)
}
) : FeatureFlagConverter {

Expand Down

0 comments on commit 5883fea

Please sign in to comment.