Home
last modified time | relevance | path

Searched refs:withSharedAttribute (Results 1 – 3 of 3) sorted by relevance

/external/jackson-databind/src/main/java/com/fasterxml/jackson/databind/cfg/
DContextAttributes.java33 public abstract ContextAttributes withSharedAttribute(Object key, Object value); in withSharedAttribute() method in ContextAttributes
113 public ContextAttributes withSharedAttribute(Object key, Object value) in withSharedAttribute() method in ContextAttributes.Impl
DMapperConfigBase.java412 return with(getAttributes().withSharedAttribute(key, value)); in withAttribute()
/external/jackson-databind/src/test/java/com/fasterxml/jackson/databind/objectid/
DTestObjectIdDeserialization.java434 …tributes attrs = MAPPER.getDeserializationConfig().getAttributes().withSharedAttribute(POOL_KEY, p… in testCustomPoolResolver()