Uses of Class
org.jsonex.jsoncoder.DecodeReq
-
Packages that use DecodeReq Package Description org.jsonex.jsoncoder -
-
Uses of DecodeReq in org.jsonex.jsoncoder
Methods in org.jsonex.jsoncoder that return DecodeReq Modifier and Type Method Description static <T> DecodeReq<T>DecodeReq. of(Class<T> cls)static <T> DecodeReq<T>DecodeReq. of(Type type)DecodeReq<T>DecodeReq. setJson(String jsonStr)Set source of a json stringDecodeReq<T>DecodeReq. setReader(Reader reader)Set source with a readerMethods in org.jsonex.jsoncoder with parameters of type DecodeReq Modifier and Type Method Description <T> TJSONCoder. decode(DecodeReq<T> req)static <T> TJSONCoder. decode(DecodeReq<T> req, JSONCoderOption opt)
-