Searched refs:FAIL_ON_NUMBERS_FOR_ENUMS (Results 1 – 6 of 6) sorted by relevance
147 FAIL_ON_NUMBERS_FOR_ENUMS(false), enumConstant
187 if (ctxt.isEnabled(DeserializationFeature.FAIL_ON_NUMBERS_FOR_ENUMS)) { in deserialize()245 } else if (!ctxt.isEnabled(DeserializationFeature.FAIL_ON_NUMBERS_FOR_ENUMS)) { in _deserializeAltString()
99 .with(DeserializationFeature.FAIL_ON_NUMBERS_FOR_ENUMS); in testWithFailOnNumbers()168 .with(DeserializationFeature.FAIL_ON_NUMBERS_FOR_ENUMS) in testWithFailOnNumbersAndReadUnknownAsDefault()
297 …lse(MAPPER.getDeserializationConfig().isEnabled(DeserializationFeature.FAIL_ON_NUMBERS_FOR_ENUMS)); in testNumbersToEnums()303 .with(DeserializationFeature.FAIL_ON_NUMBERS_FOR_ENUMS); in testNumbersToEnums()
600 * Reported #1505: @JsonEnumDefaultValue should take precedence over FAIL_ON_NUMBERS_FOR_ENUMS
947 #1505: @JsonEnumDefaultValue should take precedence over FAIL_ON_NUMBERS_FOR_ENUMS