Searched refs:WRAP_EXCEPTIONS (Results 1 – 12 of 12) sorted by relevance
102 WRAP_EXCEPTIONS(true), enumConstant
289 WRAP_EXCEPTIONS(true), enumConstant
1259 if (!isEnabled(DeserializationFeature.WRAP_EXCEPTIONS)) { in handleInstantiationProblem()
324 … boolean wrap = (ctxt == null) || ctxt.isEnabled(DeserializationFeature.WRAP_EXCEPTIONS); in _deserializeFromArray()369 boolean wrap = (ctxt == null) || ctxt.isEnabled(DeserializationFeature.WRAP_EXCEPTIONS); in handleNonArray()415 … boolean wrap = (ctxt == null) || ctxt.isEnabled(DeserializationFeature.WRAP_EXCEPTIONS); in _deserializeWithObjectId()
226 boolean wrap = (ctxt == null) || ctxt.isEnabled(DeserializationFeature.WRAP_EXCEPTIONS); in throwOrReturnThrowable()
275 mapper.enable(DeserializationFeature.WRAP_EXCEPTIONS); in testWrapExceptions()286 mapperNoWrap.disable(DeserializationFeature.WRAP_EXCEPTIONS); in testWrapExceptions()
580 .without(DeserializationFeature.WRAP_EXCEPTIONS) in testWrapExceptions()
307 … boolean wrap = (provider == null) || provider.isEnabled(SerializationFeature.WRAP_EXCEPTIONS); in wrapAndThrow()329 … boolean wrap = (provider == null) || provider.isEnabled(SerializationFeature.WRAP_EXCEPTIONS); in wrapAndThrow()
323 * Contributed #828: Respect DeserializationFeatures.WRAP_EXCEPTIONS in CollectionDeserializer908 `DeserializationFeature.WRAP_EXCEPTIONS`
1304 #828: Respect DeserializationFeatures.WRAP_EXCEPTIONS in CollectionDeserializer
745 boolean wrap = (ctxt == null) || ctxt.isEnabled(DeserializationFeature.WRAP_EXCEPTIONS); in wrapAndThrow()
1824 boolean wrap = (ctxt == null) || ctxt.isEnabled(DeserializationFeature.WRAP_EXCEPTIONS); in throwOrReturnThrowable()1848 boolean wrap = (ctxt == null) || ctxt.isEnabled(DeserializationFeature.WRAP_EXCEPTIONS); in wrapInstantiationProblem()