com.fasterxml.jackson.databind.ser.std

Class BeanSerializerBase

    • Field Detail

      • NAME_FOR_OBJECT_REF

        protected static final PropertyName NAME_FOR_OBJECT_REF
      • _beanType

        protected final JavaType _beanType
        Since:
        2.9
      • _props

        protected final BeanPropertyWriter[] _props
        Writers used for outputting actual property values
      • _filteredProps

        protected final BeanPropertyWriter[] _filteredProps
        Optional filters used to suppress output of properties that are only to be included in certain views
      • _propertyFilterId

        protected final Object _propertyFilterId
        Id of the bean property filter to use, if any; null if none.
      • _typeId

        protected final AnnotatedMember _typeId
        If using custom type ids (usually via getter, or field), this is the reference to that member.
      • _objectIdWriter

        protected final ObjectIdWriter _objectIdWriter
        If this POJO can be alternatively serialized using just an object id to denote a reference to previously serialized object, this Object will handle details.
      • _serializationShape

        protected final com.fasterxml.jackson.annotation.JsonFormat.Shape _serializationShape
        Requested shape from bean class annotations.

Copyright © 2008–2025 FasterXML. All rights reserved.