Interface EndpointJackson2ObjectMapper
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
@FunctionalInterface
@Deprecated(since="4.0.0",
forRemoval=true)
public interface EndpointJackson2ObjectMapper
Deprecated, for removal: This API element is subject to removal in a future version.
since 4.0.0 for removal in 4.2.0 in favor of Jackson 3.
Interface used to supply the Jackson 2
ObjectMapper that should be used when
serializing endpoint results.- Since:
- 4.0.0
- Author:
- Phillip Webb
- See Also:
-
Method Summary
Modifier and TypeMethodDescriptioncom.fasterxml.jackson.databind.ObjectMapperget()Deprecated, for removal: This API element is subject to removal in a future version.Return theJsonMapperthat should be used to serializeOperationResponseBodyendpoint results.
-
Method Details
-
get
com.fasterxml.jackson.databind.ObjectMapper get()Deprecated, for removal: This API element is subject to removal in a future version.Return theJsonMapperthat should be used to serializeOperationResponseBodyendpoint results.- Returns:
- the object mapper
-