Package net.bluemind.core.utils
Class JsonUtils
java.lang.Object
net.bluemind.core.utils.JsonUtils
- 
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic final classstatic final classstatic class - 
Method Summary
Modifier and TypeMethodDescriptionstatic io.netty.buffer.ByteBufstatic byte[]static Stringstatic <T> JsonUtils.ListReader<T> listReader(Class<T> type) static <T> Tstatic Objectstatic <T> JsonUtils.ValueReader<T> reader(com.fasterxml.jackson.core.type.TypeReference<T> type) static <T> JsonUtils.ValueReader<T> static <T> JsonUtils.ValueReader<T> static <T> Tstatic <T> List<T> static JsonUtils.ValueWriter 
- 
Method Details
- 
read
- Throws:
 Exception
 - 
reader
 - 
reader
public static <T> JsonUtils.ValueReader<T> reader(com.fasterxml.jackson.core.type.TypeReference<T> type)  - 
reader
 - 
read
 - 
readMap
 - 
listReader
 - 
readSome
 - 
asString
 - 
asBuffer
 - 
writer
 - 
asBytes
 
 -