public interface ObjectMapperProcessor
| Modifier and Type | Method and Description |
|---|---|
default void |
processJsonObjectMapper(com.fasterxml.jackson.databind.ObjectMapper mapper) |
default void |
processOutputJsonObjectMapper(com.fasterxml.jackson.databind.ObjectMapper mapper) |
default void |
processOutputYamlObjectMapper(com.fasterxml.jackson.databind.ObjectMapper mapper) |
default void |
processYamlObjectMapper(com.fasterxml.jackson.databind.ObjectMapper mapper)
Deprecated.
since 2.0.7, as no-op
|
default void processJsonObjectMapper(com.fasterxml.jackson.databind.ObjectMapper mapper)
@Deprecated default void processYamlObjectMapper(com.fasterxml.jackson.databind.ObjectMapper mapper)
default void processOutputJsonObjectMapper(com.fasterxml.jackson.databind.ObjectMapper mapper)
default void processOutputYamlObjectMapper(com.fasterxml.jackson.databind.ObjectMapper mapper)
Copyright © 2023. All rights reserved.