public final class JacksonJsonSerializerBuilder extends Object
JacksonJsonSerializer.| Constructor and Description |
|---|
JacksonJsonSerializerBuilder() |
| Modifier and Type | Method and Description |
|---|---|
JacksonJsonSerializer |
build()
Constructs a new instance of
JacksonJsonSerializer with the configurations set in this builder. |
JacksonJsonSerializerBuilder |
serializer(com.fasterxml.jackson.databind.ObjectMapper objectMapper)
Sets the
ObjectMapper that will be used during serialization. |
public JacksonJsonSerializer build()
JacksonJsonSerializer with the configurations set in this builder.JacksonJsonSerializer.public JacksonJsonSerializerBuilder serializer(com.fasterxml.jackson.databind.ObjectMapper objectMapper)
ObjectMapper that will be used during serialization.
If this is set to null JacksonAdapter.serializer() with default visibility and non-null inclusion
will be used as the default.
objectMapper - ObjectMapper that will be used during serialization.Copyright © 2020 Microsoft Corporation. All rights reserved.