public class ObjectMapper extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
ObjectMapper.DefaultTyping |
| Constructor and Description |
|---|
ObjectMapper() |
| Modifier and Type | Method and Description |
|---|---|
ObjectMapper |
enableDefaultTyping() |
ObjectMapper |
enableDefaultTyping(ObjectMapper.DefaultTyping typing) |
<T> T |
readValue(String p,
Class<T> valueType) |
public ObjectMapper enableDefaultTyping()
public ObjectMapper enableDefaultTyping(ObjectMapper.DefaultTyping typing)
Copyright © 2022. All rights reserved.