Package org.nuiton.jaxx.application.bean
Class JavaBeanObjectUtil
- java.lang.Object
-
- org.nuiton.jaxx.application.bean.JavaBeanObjectUtil
-
public class JavaBeanObjectUtil extends Object
Created on 8/14/14.- Since:
- 2.10
- Author:
- Tony Chemit - chemit@codelutin.com
-
-
Constructor Summary
Constructors Constructor Description JavaBeanObjectUtil()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static ObjectgetProperty(Object bean, String property)static voidremoveAllPropertyChangeListeners(Iterable<? extends JavaBeanObject> beans)static voidremoveAllPropertyChangeListeners(JavaBeanObject bean)static voidremoveAllRemovablePropertyChangeListeners(JavaBeanObject bean)static voidremovePropertyChangeListeners(JavaBeanObject bean, com.google.common.base.Predicate<PropertyChangeListener> predicate)static voidsetProperty(Object bean, String property, Object value)
-
-
-
Method Detail
-
removeAllPropertyChangeListeners
public static void removeAllPropertyChangeListeners(Iterable<? extends JavaBeanObject> beans)
-
removeAllPropertyChangeListeners
public static void removeAllPropertyChangeListeners(JavaBeanObject bean)
-
removeAllRemovablePropertyChangeListeners
public static void removeAllRemovablePropertyChangeListeners(JavaBeanObject bean)
-
removePropertyChangeListeners
public static void removePropertyChangeListeners(JavaBeanObject bean, com.google.common.base.Predicate<PropertyChangeListener> predicate)
-
-