Class ContextAttributes.Impl
java.lang.Object
com.fasterxml.jackson.databind.cfg.ContextAttributes
com.fasterxml.jackson.databind.cfg.ContextAttributes.Impl
- All Implemented Interfaces:
Serializable
- Enclosing class:
ContextAttributes
- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from class com.fasterxml.jackson.databind.cfg.ContextAttributes
ContextAttributes.Impl -
Method Summary
Modifier and TypeMethodDescriptiongetAttribute(Object key) Accessor for value of specified attributestatic ContextAttributesgetEmpty()withPerCallAttribute(Object key, Object value) Mutator used during call (via context) to set value of "non-shared" part of attribute set.withSharedAttribute(Object key, Object value) withSharedAttributes(Map<?, ?> shared)
-
Method Details
-
getEmpty
-
getAttribute
Description copied from class:ContextAttributesAccessor for value of specified attribute- Specified by:
getAttributein classContextAttributes
-
withPerCallAttribute
Description copied from class:ContextAttributesMutator used during call (via context) to set value of "non-shared" part of attribute set.- Specified by:
withPerCallAttributein classContextAttributes
-