public class JacksonUtil extends Object
| Constructor and Description |
|---|
JacksonUtil() |
| Modifier and Type | Method and Description |
|---|---|
static com.fasterxml.jackson.databind.JsonNode |
clsToJsonNode(Object o) |
static <T> T |
jsonNodeToCls(com.fasterxml.jackson.databind.JsonNode j,
Class<T> cls) |
Copyright © 2025. All rights reserved.