Package com.linecorp.armeria.common
Interface JacksonObjectMapperProvider
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
A Java SPI (Service Provider Interface) for the default
Jackson
ObjectMapper
.-
Method Summary
Modifier and TypeMethodDescriptioncom.fasterxml.jackson.databind.ObjectMapper
Returns the default JacksonObjectMapper
s used for serializing and deserializing an object to and from JSON.
-
Method Details
-
newObjectMapper
com.fasterxml.jackson.databind.ObjectMapper newObjectMapper()Returns the default JacksonObjectMapper
s used for serializing and deserializing an object to and from JSON.
-