public class Jackson extends Object
| Modifier and Type | Method and Description |
|---|---|
static com.fasterxml.jackson.databind.ObjectMapper |
newObjectMapper()
Creates a new
ObjectMapper. |
static com.fasterxml.jackson.databind.ObjectMapper |
newObjectMapper(boolean sorted)
Creates a new
ObjectMapper. |
static com.fasterxml.jackson.databind.ObjectMapper |
newObjectMapper(com.fasterxml.jackson.core.JsonFactory jsonFactory)
Creates a new
ObjectMapper with a custom
JsonFactory. |
public static com.fasterxml.jackson.databind.ObjectMapper newObjectMapper()
ObjectMapper.public static com.fasterxml.jackson.databind.ObjectMapper newObjectMapper(boolean sorted)
ObjectMapper.sorted - whether to sort object propertiespublic static com.fasterxml.jackson.databind.ObjectMapper newObjectMapper(com.fasterxml.jackson.core.JsonFactory jsonFactory)
ObjectMapper with a custom
JsonFactory.jsonFactory - instance of JsonFactory to use
for the created ObjectMapper instance.Copyright © 2026 Confluent, Inc.. All rights reserved.