Class BeanPropertyWriter

  • All Implemented Interfaces:
    BeanProperty, Named, Serializable
    Direct Known Subclasses:
    UnwrappingBeanPropertyWriter, VirtualBeanPropertyWriter

    public class BeanPropertyWriter
    extends PropertyWriter
    implements Serializable
    Base bean property handler class, which implements common parts of reflection-based functionality for accessing a property value and serializing it.

    Note that current design tries to keep instances immutable (semi-functional style); mostly because these instances are exposed to application code and this is to reduce likelihood of data corruption and synchronization issues.

    See Also:
    Serialized Form