Searched refs:EAGER_DESERIALIZER_FETCH (Results 1 – 5 of 5) sorted by relevance
35 …rtTrue(config.hasDeserializationFeatures(DeserializationFeature.EAGER_DESERIALIZER_FETCH.getMask()… in testBasicFeatures()37 … assertTrue(config.hasSomeOfFeatures(DeserializationFeature.EAGER_DESERIALIZER_FETCH.getMask() in testBasicFeatures()
488 EAGER_DESERIALIZER_FETCH(true) enumConstant
2336 … if ((valueType == null) || !_config.isEnabled(DeserializationFeature.EAGER_DESERIALIZER_FETCH)) { in _prefetchRootDeserializer()
114 .with(DeserializationFeature.EAGER_DESERIALIZER_FETCH) in doTest()117 .with(DeserializationFeature.EAGER_DESERIALIZER_FETCH) in doTest()
274 .without(DeserializationFeature.EAGER_DESERIALIZER_FETCH); in testNoPrefetch()