Searched refs:hasSomeOfFeatures (Results 1 – 5 of 5) sorted by relevance
37 … assertTrue(config.hasSomeOfFeatures(DeserializationFeature.EAGER_DESERIALIZER_FETCH.getMask() in testBasicFeatures()39 …assertFalse(config.hasSomeOfFeatures(DeserializationFeature.ACCEPT_SINGLE_VALUE_AS_ARRAY.getMask()… in testBasicFeatures()
275 if (ctxt.hasSomeOfFeatures(F_MASK_INT_COERCIONS)) { in deserialize()333 if (ctxt.hasSomeOfFeatures(F_MASK_INT_COERCIONS)) { in deserializeWithType()404 if (ctxt.hasSomeOfFeatures(F_MASK_INT_COERCIONS)) { in deserialize()734 if (ctxt.hasSomeOfFeatures(F_MASK_INT_COERCIONS)) { in deserialize()
886 if (ctxt.hasSomeOfFeatures(F_MASK_INT_COERCIONS)) { in deserialize()
800 public final boolean hasSomeOfFeatures(int featureMask) { in hasSomeOfFeatures() method in DeserializationConfig
424 public final boolean hasSomeOfFeatures(int featureMask) { in hasSomeOfFeatures() method in DeserializationContext