Package | Description |
---|---|
com.fasterxml.jackson.databind.jsonFormatVisitors |
Classes used for exposing logical structure of POJOs as Jackson
sees it, and exposed via
ObjectMapper.acceptJsonFormatVisitor(Class, JsonFormatVisitorWrapper)
and
ObjectMapper.acceptJsonFormatVisitor(com.fasterxml.jackson.databind.JavaType, JsonFormatVisitorWrapper)
methods. |
com.fasterxml.jackson.databind.ser.impl |
Contains implementation classes of serialization part of
data binding.
|
com.fasterxml.jackson.databind.ser.std |
Modifier and Type | Class and Description |
---|---|
static class |
JsonArrayFormatVisitor.Base
Default "empty" implementation, useful as the base to start on;
especially as it is guaranteed to implement all the method
of the interface, even if new methods are getting added.
|
Modifier and Type | Method and Description |
---|---|
JsonArrayFormatVisitor |
JsonFormatVisitorWrapper.expectArrayFormat(JavaType type) |
Modifier and Type | Method and Description |
---|---|
protected void |
StringCollectionSerializer.acceptContentVisitor(JsonArrayFormatVisitor visitor) |
protected void |
IndexedStringListSerializer.acceptContentVisitor(JsonArrayFormatVisitor visitor) |
Modifier and Type | Method and Description |
---|---|
protected abstract void |
StaticListSerializerBase.acceptContentVisitor(JsonArrayFormatVisitor visitor) |
Copyright © 2014-2015 FasterXML. All Rights Reserved.