Class PropertyValue.Map

java.lang.Object
tools.jackson.databind.deser.bean.PropertyValue
tools.jackson.databind.deser.bean.PropertyValue.Map
Enclosing class:
PropertyValue

static final class PropertyValue.Map extends PropertyValue
Property value type used when storing entries to be added to a Map.
  • Field Details

  • Constructor Details

  • Method Details

    • assign

      public void assign(DeserializationContext ctxt, Object bean) throws tools.jackson.core.JacksonException
      Description copied from class: PropertyValue
      Method called to assign stored value of this property to specified bean instance
      Specified by:
      assign in class PropertyValue
      Throws:
      tools.jackson.core.JacksonException