Searched refs:ALLOW_COERCION_OF_SCALARS (Results 1 – 12 of 12) sorted by relevance
1269 if (!ctxt.isEnabled(MapperFeature.ALLOW_COERCION_OF_SCALARS)) { in _checkTextualNull()1270 … _reportFailedNullCoerce(ctxt, true, MapperFeature.ALLOW_COERCION_OF_SCALARS, "String \"null\""); in _checkTextualNull()1336 if (!ctxt.isEnabled(MapperFeature.ALLOW_COERCION_OF_SCALARS)) { in _verifyNullForPrimitiveCoercion()1337 feat = MapperFeature.ALLOW_COERCION_OF_SCALARS; in _verifyNullForPrimitiveCoercion()1412 MapperFeature feat = MapperFeature.ALLOW_COERCION_OF_SCALARS; in _verifyStringForScalarCoercion()1430 if (!ctxt.isEnabled(MapperFeature.ALLOW_COERCION_OF_SCALARS)) { in _coerceEmptyString()1431 feat = MapperFeature.ALLOW_COERCION_OF_SCALARS; in _coerceEmptyString()1455 if (!ctxt.isEnabled(MapperFeature.ALLOW_COERCION_OF_SCALARS)) { in _verifyNullForScalarCoercion()1457 _reportFailedNullCoerce(ctxt, true, MapperFeature.ALLOW_COERCION_OF_SCALARS, strDesc); in _verifyNullForScalarCoercion()1464 MapperFeature feat = MapperFeature.ALLOW_COERCION_OF_SCALARS; in _verifyNumberForScalarCoercion()[all …]
251 if (!ctxt.isEnabled(MapperFeature.ALLOW_COERCION_OF_SCALARS)) { in _deserializeAltString()
494 ALLOW_COERCION_OF_SCALARS(true), enumConstant
11 .disable(MapperFeature.ALLOW_COERCION_OF_SCALARS)
174 .disable(MapperFeature.ALLOW_COERCION_OF_SCALARS) in testTextualNullAsNumber()
459 .configure(MapperFeature.ALLOW_COERCION_OF_SCALARS, false) in testIndexAsString()
127 .disable(MapperFeature.ALLOW_COERCION_OF_SCALARS)
125 .configure(MapperFeature.ALLOW_COERCION_OF_SCALARS, false) in defaultMapper()
23 .enable(MapperFeature.ALLOW_COERCION_OF_SCALARS)27 .disable(MapperFeature.ALLOW_COERCION_OF_SCALARS)
27 .disable(MapperFeature.ALLOW_COERCION_OF_SCALARS)
215 if (!config.isEnabled(MapperFeature.ALLOW_COERCION_OF_SCALARS)) { in findCoercion()
610 #1106: Add `MapperFeature.ALLOW_COERCION_OF_SCALARS` for enabling/disabling coercions