public interface ObjectMapperCustomizer extends Comparable<ObjectMapperCustomizer>
ObjectMapper.
All implementations (that are registered as CDI beans) are taken into account when producing the default
ObjectMapper.
| Modifier and Type | Field and Description |
|---|---|
static int |
DEFAULT_PRIORITY |
static int |
MINIMUM_PRIORITY |
| Modifier and Type | Method and Description |
|---|---|
default int |
compareTo(ObjectMapperCustomizer o) |
void |
customize(com.fasterxml.jackson.databind.ObjectMapper objectMapper) |
default int |
priority()
Defines the priority that the customizers are applied.
|
static final int MINIMUM_PRIORITY
static final int DEFAULT_PRIORITY
void customize(com.fasterxml.jackson.databind.ObjectMapper objectMapper)
default int priority()
default int compareTo(ObjectMapperCustomizer o)
compareTo in interface Comparable<ObjectMapperCustomizer>Copyright © 2020 JBoss by Red Hat. All rights reserved.