com.fasterxml.jackson.databind

Class DeserializationConfig

  • All Implemented Interfaces:
    ClassIntrospector.MixInResolver, Serializable


    public final class DeserializationConfig
    extends MapperConfigBase<DeserializationFeature,DeserializationConfig>
    implements Serializable
    Object that contains baseline configuration for deserialization process. An instance is owned by ObjectMapper, which passes an immutable instance to be used for deserialization process.

    Note that instances are considered immutable and as such no copies should need to be created for sharing; all copying is done with "fluent factory" methods. Note also that unlike with Jackson 1, these instances can not be assigned to ObjectMapper; in fact, application code should rarely interact directly with these instance (unlike core Jackson code)

    See Also:
    Serialized Form

Copyright © 2014 FasterXML. All Rights Reserved.