Package | Description |
---|---|
com.fasterxml.jackson.databind.ser |
Contains implementation classes of serialization part of
data binding.
|
com.fasterxml.jackson.databind.ser.std |
Modifier and Type | Field and Description |
---|---|
protected AnyGetterWriter |
BeanSerializerBuilder._anyGetter
Writer used for "any getter" properties, if any.
|
Modifier and Type | Method and Description |
---|---|
AnyGetterWriter |
BeanSerializerBuilder.getAnyGetter() |
Modifier and Type | Method and Description |
---|---|
void |
BeanSerializerBuilder.setAnyGetter(AnyGetterWriter anyGetter) |
Modifier and Type | Field and Description |
---|---|
protected AnyGetterWriter |
BeanSerializerBase._anyGetterWriter
Handler for
JsonAnyGetter
annotated properties |
Copyright © 2014-2015 FasterXML. All Rights Reserved.