Class DeserializationContext

java.lang.Object
tools.jackson.databind.DatabindContext
tools.jackson.databind.DeserializationContext
All Implemented Interfaces:
ObjectReadContext
Direct Known Subclasses:
DeserializationContextExt

public abstract class DeserializationContext extends DatabindContext implements ObjectReadContext
Context for the process of deserialization a single root-level value. Used to allow passing in configuration settings and reusable temporary objects (scrap arrays, containers). Constructed by ObjectMapper (and ObjectReader based on configuration, used mostly by ValueDeserializers to access contextual information.