Package | Description |
---|---|
org.codehaus.jackson.map.ser |
Contains implementation classes of serialization part of
data binding.
|
org.codehaus.jackson.map.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 |
---|---|
void |
BeanSerializerBuilder.setAnyGetter(AnyGetterWriter anyGetter) |
Constructor and Description |
---|
BeanSerializer(Class<?> rawType,
BeanPropertyWriter[] properties,
BeanPropertyWriter[] filteredProperties,
AnyGetterWriter anyGetterWriter,
Object filterId) |
BeanSerializer(JavaType type,
BeanPropertyWriter[] properties,
BeanPropertyWriter[] filteredProperties,
AnyGetterWriter anyGetterWriter,
Object filterId) |
Modifier and Type | Field and Description |
---|---|
protected AnyGetterWriter |
BeanSerializerBase._anyGetterWriter
Handler for
JsonAnyGetter
annotated properties |
Constructor and Description |
---|
BeanSerializerBase(Class<?> rawType,
BeanPropertyWriter[] properties,
BeanPropertyWriter[] filteredProperties,
AnyGetterWriter anyGetterWriter,
Object filterId) |
BeanSerializerBase(JavaType type,
BeanPropertyWriter[] properties,
BeanPropertyWriter[] filteredProperties,
AnyGetterWriter anyGetterWriter,
Object filterId) |