public class JsonUtils extends Object
| Constructor and Description |
|---|
JsonUtils() |
| Modifier and Type | Method and Description |
|---|---|
static InputStream |
analyzeClass(InputStream entityStream,
Class<Object> type)
Consume the input stream, analyze the class for given type, and return a new stream for the input data
|
static String |
readStream(InputStream src) |
static InputStream |
toStream(String content) |
public static String readStream(InputStream src)
public static InputStream toStream(String content)
public static InputStream analyzeClass(InputStream entityStream, Class<Object> type)
Copyright © 2016–2024. All rights reserved.