Package | Description |
---|---|
com.fasterxml.jackson.databind.jsonFormatVisitors |
Modifier and Type | Interface and Description |
---|---|
interface |
JsonBooleanFormatVisitor |
interface |
JsonIntegerFormatVisitor |
interface |
JsonNumberFormatVisitor |
interface |
JsonStringFormatVisitor |
Modifier and Type | Class and Description |
---|---|
static class |
JsonBooleanFormatVisitor.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 |
JsonIntegerFormatVisitor.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 |
JsonNumberFormatVisitor.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 |
JsonStringFormatVisitor.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 |
JsonValueFormatVisitor.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.