public class CollectionJavaTypeResolver extends Object
| Constructor and Description |
|---|
CollectionJavaTypeResolver() |
| Modifier and Type | Method and Description |
|---|---|
com.fasterxml.jackson.databind.JavaType |
get(Class<? extends List> collectionClazz,
Class<?> clazz)
List with Generic, i.e.: List
|
com.fasterxml.jackson.databind.JavaType |
get(Class<? extends List> collectionClazz,
Class<?> clazz,
Class<?> parametrizedClazz)
List with Generic, Generic, i.e.: List
|
Copyright © 2015–2017 Red Hat, Inc.. All rights reserved.