Searched refs:withoutAttribute (Results 1 – 5 of 5) sorted by relevance
643 public ObjectWriter withoutAttribute(Object key) { in withoutAttribute() method in ObjectWriter644 return _new(this, _config.withoutAttribute(key)); in withoutAttribute()
919 public ObjectReader withoutAttribute(Object key) { in withoutAttribute() method in ObjectReader920 return _with(_config.withoutAttribute(key)); in withoutAttribute()
190 w = w.withoutAttribute("a"); in testMiscSettings()
242 assertSame(r, r.withoutAttribute("foo")); in testMiscSettings()
421 public T withoutAttribute(Object key) { in withoutAttribute() method in MapperConfigBase