Home
last modified time | relevance | path

Searched refs:withPerCallAttribute (Results 1 – 3 of 3) 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
/external/jackson-databind/src/main/java/com/fasterxml/jackson/databind/
DSerializerProvider.java415 _attributes = _attributes.withPerCallAttribute(key, value); in setAttribute()
DDeserializationContext.java341 _attributes = _attributes.withPerCallAttribute(key, value); in setAttribute()