Class PropertyValueBuffer

java.lang.Object
tools.jackson.databind.deser.bean.PropertyValueBuffer

public class PropertyValueBuffer extends Object
Simple container used for temporarily buffering a set of PropertyValues. Using during construction of beans (and Maps) that use Creators, and hence need buffering before instance (that will have properties to assign values to) is constructed.