Home
last modified time | relevance | path

Searched defs:withSharedAttribute (Results 1 – 1 of 1) 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