Class PrimitiveArrayDeserializers<T>

java.lang.Object
tools.jackson.databind.ValueDeserializer<T>
tools.jackson.databind.deser.std.StdDeserializer<T>
tools.jackson.databind.deser.jdk.PrimitiveArrayDeserializers<T>
All Implemented Interfaces:
NullValueProvider, ValueInstantiator.Gettable

public abstract class PrimitiveArrayDeserializers<T> extends StdDeserializer<T>
Container for deserializers used for instantiating "primitive arrays", arrays that contain non-object java primitive types.
  • Field Details

    • _unwrapSingle

      protected final Boolean _unwrapSingle
      Specific override for this instance (from proper, or global per-type overrides) to indicate whether single value may be taken to mean an unwrapped one-element array or not. If null, left to global defaults.
    • _nuller

      protected final NullValueProvider _nuller
      Flag that indicates need for special handling; either failing (throw exception) or skipping
  • Constructor Details

  • Method Details