| Package | Description | 
|---|---|
| com.fasterxml.jackson.databind.jsonFormatVisitors | 
| Modifier and Type | Method and Description | 
|---|---|
static JsonValueFormat | 
JsonValueFormat.valueOf(String name)
Returns the enum constant of this type with the specified name. 
 | 
static JsonValueFormat[] | 
JsonValueFormat.values()
Returns an array containing the constants of this enum type, in
the order they are declared. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
JsonValueFormatVisitor.format(JsonValueFormat format)
Method called to indicate configured format for value type being visited. 
 | 
void | 
JsonValueFormatVisitor.Base.format(JsonValueFormat format)  | 
Copyright © 2012-2013 FasterXML. All Rights Reserved.