public class PojoUtil extends Object
| Constructor and Description |
|---|
PojoUtil() |
| Modifier and Type | Method and Description |
|---|---|
static <T> List<String> |
getKeyProperties(T p) |
static Map<String,Object> |
getMapFromPojo(Object pojo) |
static Map<String,Object> |
getMapUsingBeanUtils(Object pojo) |
static <T> T |
getPojoFromMap(Class<T> clazz,
Map<String,Object> data) |
Copyright © 2020 SAP. All Rights Reserved.