public class IgnoreAttributesUtil
extends java.lang.Object
Constructor and Description |
---|
IgnoreAttributesUtil() |
Modifier and Type | Method and Description |
---|---|
java.lang.String[] |
getAttributesToIgnore(java.lang.Object obj) |
static java.util.ArrayList<java.lang.String> |
getListOfNullProperties(java.lang.Object obj)
Gets the properties which have null values from the given object.
|
public java.lang.String[] getAttributesToIgnore(java.lang.Object obj)
public static java.util.ArrayList<java.lang.String> getListOfNullProperties(java.lang.Object obj)
obj
- source object