Uses of Class
org.springframework.http.converter.json.MappingJacksonValue
Packages that use MappingJacksonValue
Package
Description
MVC infrastructure for annotation-based handler method processing, building on the
org.springframework.web.method.annotation package.-
Uses of MappingJacksonValue in org.springframework.web.servlet.mvc.method.annotation
Methods in org.springframework.web.servlet.mvc.method.annotation that return MappingJacksonValueModifier and TypeMethodDescriptionprotected 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 MappingJacksonValueModifier and TypeMethodDescriptionprotected 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)