Home
last modified time | relevance | path

Searched defs:withPerCallAttribute (Results 1 – 1 of 1) sorted by relevance

/external/jackson-databind/src/main/java/com/fasterxml/jackson/databind/cfg/
DContextAttributes.java54 public abstract ContextAttributes withPerCallAttribute(Object key, Object value); in withPerCallAttribute() method in ContextAttributes
173 public ContextAttributes withPerCallAttribute(Object key, Object value) in withPerCallAttribute() method in ContextAttributes.Impl