public class BeanUtils extends Object
| Modifier and Type | Field and Description |
|---|---|
protected static org.slf4j.Logger |
LOGGER |
| Constructor and Description |
|---|
BeanUtils() |
| Modifier and Type | Method and Description |
|---|---|
static String |
beanToString(Object o) |
static Object |
mapToObject(Map<String,String> map,
Class<?> clazz)
map to object
|
static Map<String,String> |
objectToMap(Object object)
object to map
|
Copyright © 2023 Seata. All rights reserved.