| Package | Description | 
|---|---|
| com.fasterxml.jackson.databind.cfg | Package that contains most of configuration-related classes;
exception being couple of most-commonly used configuration
things (like Feature enumerations) that are at the
main level ( com.fasterxml.jackson.databind). | 
| com.fasterxml.jackson.databind.ser | Contains implementation classes of serialization part of 
 data binding. | 
| com.fasterxml.jackson.databind.ser.impl | Contains implementation classes of serialization part of 
 data binding. | 
| Modifier and Type | Method and Description | 
|---|---|
| VirtualBeanPropertyWriter | HandlerInstantiator. virtualPropertyWriterInstance(MapperConfig<?> config,
                             Class<?> implClass)Method called to construct a  VirtualBeanPropertyWriterinstance
 of specified type. | 
| Modifier and Type | Method and Description | 
|---|---|
| abstract VirtualBeanPropertyWriter | VirtualBeanPropertyWriter. withConfig(MapperConfig<?> config,
          AnnotatedClass declaringClass,
          BeanPropertyDefinition propDef,
          JavaType type)Contextualization method called on a newly constructed virtual bean property. | 
| Constructor and Description | 
|---|
| VirtualBeanPropertyWriter(VirtualBeanPropertyWriter base) | 
| VirtualBeanPropertyWriter(VirtualBeanPropertyWriter base,
                         PropertyName name) | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | AttributePropertyWriterVirtualBeanPropertyWriterimplementation used forJsonAppend,
 to serialize properties backed-by dynamically assignable attribute
 values. | 
| Modifier and Type | Method and Description | 
|---|---|
| VirtualBeanPropertyWriter | AttributePropertyWriter. withConfig(MapperConfig<?> config,
          AnnotatedClass declaringClass,
          BeanPropertyDefinition propDef,
          JavaType type)Since this method should typically not be called on this sub-type,
 default implementation simply throws an  IllegalStateException. | 
Copyright © 2008–2020 FasterXML. All rights reserved.