com.fasterxml.jackson.databind.deser.impl

Class ValueInjector

  • All Implemented Interfaces:
    BeanProperty, Named, Serializable


    public class ValueInjector
    extends BeanProperty.Std
    Class that encapsulates details of value injection that occurs before deserialization of a POJO. Details include information needed to find injectable value (logical id) as well as method used for assigning value (setter or field)
    See Also:
    Serialized Form

Copyright © 2008–2019 FasterXML. All rights reserved.