com.fasterxml.jackson.databind.ser

Class PropertyWriter

  • Direct Known Subclasses:
    BeanPropertyWriter, MapProperty


    public abstract class PropertyWriter
    extends Object
    Base class for writers used to output property values (name-value pairs) as key/value pairs via streaming API. This is the most generic abstraction implemented by both POJO and Map serializers, and invoked by filtering functionality.
    Since:
    2.3

Copyright © 2014-2015 FasterXML. All Rights Reserved.