public class JsonUtils extends Object
| Constructor and Description |
|---|
JsonUtils() |
| Modifier and Type | Method and Description |
|---|---|
static <T> T |
copy(T t,
net.thevpc.nuts.core.NSession session) |
static <T> T |
fromContentType(String json,
Class<T> type,
net.thevpc.nuts.text.NContentType contentType) |
static <T> T |
fromJson(Reader json,
Class<T> type) |
static <T> T |
fromJson(String json,
Class<T> type) |
static String |
toJson(Object object) |
static void |
toJson(Object object,
BufferedWriter r) |
public static <T> T fromContentType(String json, Class<T> type, net.thevpc.nuts.text.NContentType contentType)
public static void toJson(Object object, BufferedWriter r)
public static <T> T copy(T t,
net.thevpc.nuts.core.NSession session)
Copyright © 2026 vpc open source initiative. All rights reserved.