public class PojoUtils extends Object
| Constructor and Description |
|---|
PojoUtils() |
| Modifier and Type | Method and Description |
|---|---|
static Object |
generalize(Object pojo) |
static Object[] |
generalize(Object[] objs) |
static boolean |
isPojo(Class<?> cls) |
static Object[] |
realize(Object[] objs,
Class<?>[] types) |
static Object[] |
realize(Object[] objs,
Class<?>[] types,
Type[] gtypes) |
static Object |
realize(Object pojo,
Class<?> type) |
static Object |
realize(Object pojo,
Class<?> type,
Type genericType) |
public static boolean isPojo(Class<?> cls)
Copyright © 2011–2018 The Apache Software Foundation. All rights reserved.