| Package | Description |
|---|---|
| com.fasterxml.jackson.databind.jsonFormatVisitors | |
| 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 |
|---|---|
JsonObjectFormatVisitor |
JsonFormatVisitorWrapper.expectObjectFormat(JavaType convertedType) |
| Modifier and Type | Method and Description |
|---|---|
void |
BeanPropertyFilter.depositSchemaProperty(BeanPropertyWriter writer,
JsonObjectFormatVisitor objectVisitor,
SerializerProvider provider)
Method called by
BeanSerializer to let the filter determine whether, and in what
form the given property exist within the parent, or root, schema. |
void |
BeanPropertyWriter.depositSchemaProperty(JsonObjectFormatVisitor objectVisitor)
Method called to handle appropriate type-specific visiting
over logical property this writer handles.
|
| Modifier and Type | Method and Description |
|---|---|
void |
SimpleBeanPropertyFilter.depositSchemaProperty(BeanPropertyWriter writer,
JsonObjectFormatVisitor objectVisitor,
SerializerProvider provider) |
Copyright © 2012 FasterXML. All Rights Reserved.