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