com.fasterxml.jackson.databind.ser.std

Class JsonValueSerializer

    • Field Detail

      • _valueTypeSerializer

        protected final TypeSerializer _valueTypeSerializer
        Since:
        2.12
      • _valueType

        protected final JavaType _valueType
        Declared type of the value accessed, as declared by accessor.
        Since:
        2.12
      • _forceTypeInformation

        protected final boolean _forceTypeInformation
        This is a flag that is set in rare (?) cases where this serializer is used for "natural" types (boolean, int, String, double); and where we actually must force type information wrapping, even though one would not normally be added.
      • _dynamicSerializers

        protected transient PropertySerializerMap _dynamicSerializers
        If value type cannot be statically determined, mapping from runtime value types to serializers are cached in this object.
        Since:
        2.12

Copyright © 2008–2023 FasterXML. All rights reserved.