Searched refs:FAIL_ON_NULL_FOR_PRIMITIVES (Results 1 – 8 of 8) sorted by relevance
47 .with(DeserializationFeature.FAIL_ON_NULL_FOR_PRIMITIVES); in testCreatorNullPrimitive()61 .with(DeserializationFeature.FAIL_ON_NULL_FOR_PRIMITIVES); in testCreatorNullPrimitiveInNestedObject()
252 .with(DeserializationFeature.FAIL_ON_NULL_FOR_PRIMITIVES) in testCharacterWrapper()259 .without(DeserializationFeature.FAIL_ON_NULL_FOR_PRIMITIVES) in testCharacterWrapper()568 .with(DeserializationFeature.FAIL_ON_NULL_FOR_PRIMITIVES); in testEmptyStringFailForBooleanPrimitive()605 .with(DeserializationFeature.FAIL_ON_NULL_FOR_PRIMITIVES); in testNullForPrimitives()674 .with(DeserializationFeature.FAIL_ON_NULL_FOR_PRIMITIVES) in testNullForPrimitivesViaCreator()713 .with(DeserializationFeature.FAIL_ON_NULL_FOR_PRIMITIVES); in _testNullForPrimitiveArrays()
166 MAPPER.readerFor(Integer.TYPE).with(DeserializationFeature.FAIL_ON_NULL_FOR_PRIMITIVES) in testTextualNullAsNumber()
133 FAIL_ON_NULL_FOR_PRIMITIVES(false), enumConstant
1316 if (ctxt.isEnabled(DeserializationFeature.FAIL_ON_NULL_FOR_PRIMITIVES)) { in _verifyNullForPrimitive()1339 } else if (ctxt.isEnabled(DeserializationFeature.FAIL_ON_NULL_FOR_PRIMITIVES)) { in _verifyNullForPrimitiveCoercion()1340 feat = DeserializationFeature.FAIL_ON_NULL_FOR_PRIMITIVES; in _verifyNullForPrimitiveCoercion()1433 … } else if (isPrimitive && ctxt.isEnabled(DeserializationFeature.FAIL_ON_NULL_FOR_PRIMITIVES)) { in _coerceEmptyString()1434 feat = DeserializationFeature.FAIL_ON_NULL_FOR_PRIMITIVES; in _coerceEmptyString()
174 if (_primitive && ctxt.isEnabled(DeserializationFeature.FAIL_ON_NULL_FOR_PRIMITIVES)) { in getNullValue()
702 * Reported #403: Make FAIL_ON_NULL_FOR_PRIMITIVES apply to primitive arrays and other
596 #403: Make FAIL_ON_NULL_FOR_PRIMITIVES apply to primitive arrays and other types that wrap primitiv…1076 `DeserializationFeature .FAIL_ON_NULL_FOR_PRIMITIVES` is `true`