Searched refs:ACCEPT_EMPTY_STRING_AS_NULL_OBJECT (Results 1 – 16 of 16) sorted by relevance
355 ACCEPT_EMPTY_STRING_AS_NULL_OBJECT(false), enumConstant
30 assertFalse(MAPPER.isEnabled(DeserializationFeature.ACCEPT_EMPTY_STRING_AS_NULL_OBJECT)); in testPOJOFromEmptyStringLegacy()34 .with(DeserializationFeature.ACCEPT_EMPTY_STRING_AS_NULL_OBJECT), in testPOJOFromEmptyStringLegacy()
66 .with(DeserializationFeature.ACCEPT_EMPTY_STRING_AS_NULL_OBJECT) in _verifyNullOkFromEmpty()
225 … || config.isEnabled(DeserializationFeature.ACCEPT_EMPTY_STRING_AS_NULL_OBJECT)) { in findCoercion()304 return config.isEnabled(DeserializationFeature.ACCEPT_EMPTY_STRING_AS_NULL_OBJECT) ? in findCoercionFromBlankString()
264 .without(DeserializationFeature.ACCEPT_EMPTY_STRING_AS_NULL_OBJECT); in testWithoutEmptyStringAsNullObject1533()277 .with(DeserializationFeature.ACCEPT_EMPTY_STRING_AS_NULL_OBJECT); in testWithEmptyStringAsNullObject1533()
67 .with(DeserializationFeature.ACCEPT_EMPTY_STRING_AS_NULL_OBJECT) in testEmptyStringToNullToEmptyPojo()
153 if (ctxt.isEnabled(DeserializationFeature.ACCEPT_EMPTY_STRING_AS_NULL_OBJECT)) { in _deserializeTypedUsingDefaultImpl()
192 .with(DeserializationFeature.ACCEPT_EMPTY_STRING_AS_NULL_OBJECT); in testFromEmptyString()202 .with(DeserializationFeature.ACCEPT_EMPTY_STRING_AS_NULL_OBJECT, in testFromEmptyString2()
183 ObjectReader r = MAPPER.reader(DeserializationFeature.ACCEPT_EMPTY_STRING_AS_NULL_OBJECT); in testFromEmptyString()
409 mapper.configure(DeserializationFeature.ACCEPT_EMPTY_STRING_AS_NULL_OBJECT, true); in testEnumsWithEmpty()
193 m.configure(DeserializationFeature.ACCEPT_EMPTY_STRING_AS_NULL_OBJECT, true); in testFromEmptyString()
235 if (ctxt.isEnabled(DeserializationFeature.ACCEPT_EMPTY_STRING_AS_NULL_OBJECT)) { in _deserializeAltString()
427 if (ctxt.isEnabled(DeserializationFeature.ACCEPT_EMPTY_STRING_AS_NULL_OBJECT)) { in _createFromStringFallbacks()
280 .enable(DeserializationFeature.ACCEPT_EMPTY_STRING_AS_NULL_OBJECT) in testUnWrappedMapWithKeySerializer()
236 mapper.enable(DeserializationFeature.ACCEPT_EMPTY_STRING_AS_NULL_OBJECT);
783 …3: `AsPropertyTypeDeserializer` ignores `DeserializationFeature.ACCEPT_EMPTY_STRING_AS_NULL_OBJECT`1893 * [Issue#141]: ACCEPT_EMPTY_STRING_AS_NULL_OBJECT not working for enums