IdType - id type parameterpublic class JacksonServerRequest<IdType extends com.fasterxml.jackson.databind.node.ValueNode> extends JacksonRequest<com.fasterxml.jackson.databind.JsonNode,IdType>
| Modifier and Type | Class and Description |
|---|---|
static class |
JacksonServerRequest.Unknown
A class of server-side request object for evaluating data lazily.
|
| Constructor and Description |
|---|
JacksonServerRequest() |
| Modifier and Type | Method and Description |
|---|---|
Object |
getParams(com.fasterxml.jackson.databind.ObjectMapper objectMapper,
Class<?> namedObjectClass,
Class<?> positionedElementClass)
Deprecated.
|
<T> T |
getParamsAsNamed(com.fasterxml.jackson.databind.ObjectMapper objectMapper,
Class<? extends T> paramsClass)
Returns current value of
RequestObject.getParams() translated to specified type. |
<T> List<T> |
getParamsAsPositioned(com.fasterxml.jackson.databind.ObjectMapper objectMapper,
Class<?> elementClass) |
getMethod, getParams, of, of, setMethod, setParams, toStringpublic <T> T getParamsAsNamed(com.fasterxml.jackson.databind.ObjectMapper objectMapper,
Class<? extends T> paramsClass)
throws IOException
RequestObject.getParams() translated to specified type.T - value type parameter.objectMapper - an object mapper.paramsClass - the class to parse the property.IOException - if an I/O error occurs.public <T> List<T> getParamsAsPositioned(com.fasterxml.jackson.databind.ObjectMapper objectMapper, Class<?> elementClass) throws IOException
IOException@Deprecated public Object getParams(com.fasterxml.jackson.databind.ObjectMapper objectMapper, Class<?> namedObjectClass, Class<?> positionedElementClass) throws IOException
IOExceptionCopyright © 2019 Jinahya, Inc.. All rights reserved.