Searched refs:withSharedAttribute (Results 1 – 3 of 3) sorted by relevance
33 public abstract ContextAttributes withSharedAttribute(Object key, Object value); in withSharedAttribute() method in ContextAttributes113 public ContextAttributes withSharedAttribute(Object key, Object value) in withSharedAttribute() method in ContextAttributes.Impl
412 return with(getAttributes().withSharedAttribute(key, value)); in withAttribute()
434 …tributes attrs = MAPPER.getDeserializationConfig().getAttributes().withSharedAttribute(POOL_KEY, p… in testCustomPoolResolver()