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. |
Modifier and Type | Method and Description |
---|---|
static JsonFormatTypes |
JsonFormatTypes.forValue(String s) |
static JsonFormatTypes |
JsonFormatTypes.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static JsonFormatTypes[] |
JsonFormatTypes.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
JsonArrayFormatVisitor.itemsFormat(JsonFormatTypes format)
|
void |
JsonArrayFormatVisitor.Base.itemsFormat(JsonFormatTypes format) |
Copyright © 2014 FasterXML. All Rights Reserved.