public class JsonOutputConverterMapper extends Object
| Modifier and Type | Field and Description |
|---|---|
static org.jboss.logging.Logger |
log |
| Constructor and Description |
|---|
JsonOutputConverterMapper() |
| Modifier and Type | Method and Description |
|---|---|
static String |
apply(Object objectToBeConverted) |
static com.fasterxml.jackson.databind.ObjectMapper |
getMapper() |
static <T> T |
readValue(String serialized,
Class<T> clazz) |
public static String apply(Object objectToBeConverted)
RuntimeExceptionpublic static <T> T readValue(String serialized, Class<T> clazz) throws IOException
IOExceptionpublic static com.fasterxml.jackson.databind.ObjectMapper getMapper()
Copyright © 2014–2017. All rights reserved.