public class BodyParserJson extends Object implements org.wisdom.api.content.BodyParser
| Modifier and Type | Field and Description |
|---|---|
private static String |
ERROR |
(package private) org.wisdom.api.content.Json |
json |
private static org.slf4j.Logger |
LOGGER |
| Constructor and Description |
|---|
BodyParserJson() |
| Modifier and Type | Method and Description |
|---|---|
List<String> |
getContentTypes() |
<T> T |
invoke(byte[] bytes,
Class<T> classOfT) |
<T> T |
invoke(org.wisdom.api.http.Context context,
Class<T> classOfT) |
org.wisdom.api.content.Json json
private static final String ERROR
private static final org.slf4j.Logger LOGGER
Copyright © 2013–2014 Wisdom Framework. All rights reserved.