Currently (2.12) the only way to specify default ContextAttributes for ObjectMapper is to directly modify DeserializationConfig/SerializationConfig. But it'd seem better to allow doing this via MapperBuilder, adding something like
defaultAttributes(ContextAttributes)
method (and simple tests).