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(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(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 © 2021 Microsoft Corporation. All rights reserved.