public class TypeNameResolver extends Object
| Modifier and Type | Field and Description |
|---|---|
static TypeNameResolver |
std |
| Modifier | Constructor and Description |
|---|---|
protected |
TypeNameResolver() |
| Modifier and Type | Method and Description |
|---|---|
protected String |
findStdName(com.fasterxml.jackson.databind.JavaType type) |
protected String |
nameForClass(Class<?> cls) |
protected String |
nameForClass(com.fasterxml.jackson.databind.JavaType type) |
protected String |
nameForGenericType(com.fasterxml.jackson.databind.JavaType type) |
String |
nameForType(com.fasterxml.jackson.databind.JavaType type) |
public static final TypeNameResolver std
public String nameForType(com.fasterxml.jackson.databind.JavaType type)
protected String nameForClass(com.fasterxml.jackson.databind.JavaType type)
protected String nameForGenericType(com.fasterxml.jackson.databind.JavaType type)
protected String findStdName(com.fasterxml.jackson.databind.JavaType type)
Copyright © 2015. All Rights Reserved.