public interface JacksonJsonParamReader extends JSONParamReader
| Modifier and Type | Method and Description |
|---|---|
default Object |
readJsonParam(InputStream is,
Class<?> valueType)
If you want to customize this behavior, you can copy and paste this code
into your code.
|
default Object readJsonParam(InputStream is, Class<?> valueType) throws IOException
readJsonParam in interface JSONParamReaderIOExceptionCopyright © 2015. All rights reserved.