Searched refs:EAGER_SERIALIZER_FETCH (Results 1 – 5 of 5) sorted by relevance
132 .without(SerializationFeature.EAGER_SERIALIZER_FETCH); in testNoPrefetch()252 SerializationFeature.EAGER_SERIALIZER_FETCH); in testFeatureSettings()255 assertFalse(newW.isEnabled(SerializationFeature.EAGER_SERIALIZER_FETCH)); in testFeatureSettings()260 SerializationFeature.EAGER_SERIALIZER_FETCH)); in testFeatureSettings()
432 EAGER_SERIALIZER_FETCH(true), enumConstant
1472 if (parent.isEnabled(SerializationFeature.EAGER_SERIALIZER_FETCH)) { in forRootType()
23 .disable(SerializationFeature.EAGER_SERIALIZER_FETCH) in testCollectionWithTypeInfo()
29 … final ObjectWriter writer0 = mapper.writer().with(SerializationFeature.EAGER_SERIALIZER_FETCH); in test()