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 TypeMethodDescriptionvoidDiscoveryApiWebscript.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> TRequestReader.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 voidResponseWriter.renderErrorResponse(ErrorResponse errorResponse, org.springframework.extensions.webscripts.WebScriptResponse res, JacksonHelper jsonHelper) Renders a JSON error responsedefault voidResponseWriter.renderJsonResponse(org.springframework.extensions.webscripts.WebScriptResponse res, Object toSerialize, JacksonHelper jsonHelper) Renders the result of an execution.voidApiAssistant.setJsonHelper(JacksonHelper jsonHelper)