public class MapJavaTypeResolver extends Object
| Constructor and Description |
|---|
MapJavaTypeResolver() |
| Modifier and Type | Method and Description |
|---|---|
com.fasterxml.jackson.databind.JavaType |
get(Class<? extends Map> mapClazz,
Class<?> mapClazzKey,
Class<?> mapClazzValue)
Map with Generic Key and Value, i.e.: Map
|
com.fasterxml.jackson.databind.JavaType |
get(Class<? extends Map> mapClazz,
Class<?> mapClazzKey,
Class<?> mapClazzValue,
Class<?> mapClazzParametrizedValue)
Map with Generic Key and Genric Value, i.e.: Map
|
com.fasterxml.jackson.databind.JavaType |
get(Class<? extends Map> mapClazz,
Class<?> mapClazzKey,
Class<? extends Map> mapClazzValue,
Class<?> mapClazzParametrizedKey,
Class<?> mapClazzParametrizedValue)
Map of a Map with Generic Key and Value, i.e.: Map
|
public com.fasterxml.jackson.databind.JavaType get(Class<? extends Map> mapClazz, Class<?> mapClazzKey, Class<?> mapClazzValue)
public com.fasterxml.jackson.databind.JavaType get(Class<? extends Map> mapClazz, Class<?> mapClazzKey, Class<?> mapClazzValue, Class<?> mapClazzParametrizedValue)
Copyright © 2015–2017 Red Hat, Inc.. All rights reserved.