Searched refs:newDeserFeatures (Results 1 – 1 of 1) sorted by relevance
359 int newDeserFeatures = (_deserFeatures | feature.getMask()); in with() local360 return (newDeserFeatures == _deserFeatures) ? this : in with()361 new DeserializationConfig(this, _mapperFeatures, newDeserFeatures, in with()373 int newDeserFeatures = _deserFeatures | first.getMask(); in with() local375 newDeserFeatures |= f.getMask(); in with()377 return (newDeserFeatures == _deserFeatures) ? this : in with()378 new DeserializationConfig(this, _mapperFeatures, newDeserFeatures, in with()389 int newDeserFeatures = _deserFeatures; in withFeatures() local391 newDeserFeatures |= f.getMask(); in withFeatures()393 return (newDeserFeatures == _deserFeatures) ? this : in withFeatures()[all …]