Uses of Class
org.alfresco.rest.framework.jacksonextensions.JacksonHelper
Packages that use JacksonHelper
-
Uses of JacksonHelper in org.alfresco.rest.api.discovery
Methods in org.alfresco.rest.api.discovery with parameters of type JacksonHelperModifier and TypeMethodDescriptionvoid
DiscoveryApiWebscript.renderJsonResponse
(org.springframework.extensions.webscripts.WebScriptResponse res, Object toSerialize, JacksonHelper jsonHelper) -
Uses of JacksonHelper in org.alfresco.rest.framework.tools
Methods in org.alfresco.rest.framework.tools that return JacksonHelperMethods in org.alfresco.rest.framework.tools with parameters of type JacksonHelperModifier and TypeMethodDescriptiondefault <T> T
RequestReader.extractJsonContent
(org.springframework.extensions.webscripts.WebScriptRequest req, JacksonHelper jsonHelper, Class<T> requiredType) Extracts the body contents from the requestdefault <T> List<T>
RequestReader.extractJsonContentAsList
(org.springframework.extensions.webscripts.WebScriptRequest req, JacksonHelper jsonHelper, Class<T> requiredType) Extracts the body contents from the request as a List, the JSON can be an array or just a single value without the [] symbolsdefault void
ResponseWriter.renderErrorResponse
(ErrorResponse errorResponse, org.springframework.extensions.webscripts.WebScriptResponse res, JacksonHelper jsonHelper) Renders a JSON error responsedefault void
ResponseWriter.renderJsonResponse
(org.springframework.extensions.webscripts.WebScriptResponse res, Object toSerialize, JacksonHelper jsonHelper) Renders the result of an execution.void
ApiAssistant.setJsonHelper
(JacksonHelper jsonHelper)