|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.bm.utils.NullableSetter
public final class NullableSetter
Sets nullable fields to null.
| Method Summary | ||
|---|---|---|
static
|
setFieldsToNull(java.util.List<T> beans,
Introspector<T> intro)
Sets nullable fields to null. |
|
static
|
setFieldsToNull(T bean,
Introspector<T> intro)
Sets nullable fields to null. |
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public static <T> void setFieldsToNull(java.util.List<T> beans,
Introspector<T> intro)
T - -
the type of the beanbeans - -
collection of beansintro - -
the introspector of the bean class
public static <T> void setFieldsToNull(T bean,
Introspector<T> intro)
T - -
the type of the beanbean - -
the beanintro - -
the introspector of the bean class
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||