| Package | Description |
|---|---|
| com.fasterxml.jackson.databind.jsonFormatVisitors |
| Modifier and Type | Interface and Description |
|---|---|
interface |
JsonArrayFormatVisitor |
interface |
JsonFormatVisitorWrapper
Interface for visitor callbacks, when type in question can be any of
legal JSON types.
|
interface |
JsonMapFormatVisitor |
interface |
JsonObjectFormatVisitor |
| 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.
|
static class |
JsonMapFormatVisitor.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.
|
static class |
JsonObjectFormatVisitor.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.
|
Copyright © 2012-2013 FasterXML. All Rights Reserved.