Searched defs:withFeatures (Results 1 – 6 of 6) sorted by relevance
105 public B withFeatures(Feature<?>... features) { in withFeatures() method in FeatureSpecificTestSuiteBuilder109 public B withFeatures(Iterable<? extends Feature<?>> features) { in withFeatures() method in FeatureSpecificTestSuiteBuilder
391 public SerializationConfig withFeatures(SerializationFeature... features) in withFeatures() method in SerializationConfig475 public SerializationConfig withFeatures(JsonGenerator.Feature... features) in withFeatures() method in SerializationConfig558 public SerializationConfig withFeatures(FormatFeature... features) in withFeatures() method in SerializationConfig
387 public DeserializationConfig withFeatures(DeserializationFeature... features) in withFeatures() method in DeserializationConfig473 public DeserializationConfig withFeatures(JsonParser.Feature... features) in withFeatures() method in DeserializationConfig557 public DeserializationConfig withFeatures(FormatFeature... features) in withFeatures() method in DeserializationConfig
289 public ObjectWriter withFeatures(SerializationFeature... features) { in withFeatures() method in ObjectWriter333 public ObjectWriter withFeatures(JsonGenerator.Feature... features) { in withFeatures() method in ObjectWriter387 public ObjectWriter withFeatures(FormatFeature... features) { in withFeatures() method in ObjectWriter
407 public ObjectReader withFeatures(DeserializationFeature... features) { in withFeatures() method in ObjectReader463 public ObjectReader withFeatures(JsonParser.Feature... features) { in withFeatures() method in ObjectReader543 public ObjectReader withFeatures(FormatFeature... features) { in withFeatures() method in ObjectReader