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 <T> T |
readValue(String serialized,
Class<T> clazz) |
public static <T> T readValue(String serialized, Class<T> clazz) throws IOException
IOExceptionCopyright © 2014–2016. All rights reserved.