public class TypeNameResolver extends Object
| Modifier and Type | Field and Description |
|---|---|
protected static Map<String,String> |
EXTERNAL_TYPES
We also support handling of a small number of "well-known" types,
specifically for Joda lib.
|
protected static Map<Class<?>,String> |
JDK_TYPES |
static TypeNameResolver |
std |
static String |
TYPE_DATE
Not quite sure if it should be "date" or "Date";
spec and code seem to disagree
|
static String |
TYPE_DATE_TIME
Not quite sure if it should be "dateTime" or "date-time";
spec and code seem to disagree
|
| Modifier | Constructor and Description |
|---|---|
protected |
TypeNameResolver() |
| Modifier and Type | Method and Description |
|---|---|
protected String |
findStdName(Class<?> raw) |
String |
nameForType(com.fasterxml.jackson.databind.JavaType type) |
public static final TypeNameResolver std
public static final String TYPE_DATE_TIME
public static final String TYPE_DATE
Copyright © 2014 FasterXML. All Rights Reserved.