Uses of Class
org.springframework.http.converter.json.MappingJacksonValue
Packages that use MappingJacksonValue Package Description org.springframework.web.servlet.mvc.method.annotation MVC infrastructure for annotation-based handler method processing, building on theorg.springframework.web.method.annotationpackage.Uses of MappingJacksonValue in org.springframework.web.servlet.mvc.method.annotation
Methods in org.springframework.web.servlet.mvc.method.annotation that return MappingJacksonValue Modifier and Type Method Description protected MappingJacksonValueAbstractMappingJacksonResponseBodyAdvice. getOrCreateContainer(Object body)Wrap the body in aMappingJacksonValuevalue container (for providing additional serialization instructions) or simply cast it if already wrapped.Methods in org.springframework.web.servlet.mvc.method.annotation with parameters of type MappingJacksonValue Modifier and Type Method Description protected abstract voidAbstractMappingJacksonResponseBodyAdvice. beforeBodyWriteInternal(MappingJacksonValue bodyContainer, MediaType contentType, MethodParameter returnType, ServerHttpRequest request, ServerHttpResponse response)Invoked only if the converter type isMappingJackson2HttpMessageConverter.protected voidJsonViewResponseBodyAdvice. beforeBodyWriteInternal(MappingJacksonValue bodyContainer, MediaType contentType, MethodParameter returnType, ServerHttpRequest request, ServerHttpResponse response)