Package org.nuiton.jaxx.application.bean
Class JavaBeanObjectUtil
java.lang.Object
org.nuiton.jaxx.application.bean.JavaBeanObjectUtil
public class JavaBeanObjectUtil
extends java.lang.Object
Created on 8/14/14.
- Since:
- 2.10
- Author:
- Tony Chemit - chemit@codelutin.com
-
Constructor Summary
Constructors Constructor Description JavaBeanObjectUtil() -
Method Summary
Modifier and Type Method Description static java.lang.ObjectgetProperty(java.lang.Object bean, java.lang.String property)static voidremoveAllPropertyChangeListeners(java.lang.Iterable<? extends JavaBeanObject> beans)static voidremoveAllPropertyChangeListeners(JavaBeanObject bean)static voidremoveAllRemovablePropertyChangeListeners(JavaBeanObject bean)static voidremovePropertyChangeListeners(JavaBeanObject bean, com.google.common.base.Predicate<java.beans.PropertyChangeListener> predicate)static voidsetProperty(java.lang.Object bean, java.lang.String property, java.lang.Object value)Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Constructor Details
-
JavaBeanObjectUtil
public JavaBeanObjectUtil()
-
-
Method Details
-
removeAllPropertyChangeListeners
public static void removeAllPropertyChangeListeners(java.lang.Iterable<? extends JavaBeanObject> beans) -
removeAllPropertyChangeListeners
-
removeAllRemovablePropertyChangeListeners
-
removePropertyChangeListeners
public static void removePropertyChangeListeners(JavaBeanObject bean, com.google.common.base.Predicate<java.beans.PropertyChangeListener> predicate) -
setProperty
public static void setProperty(java.lang.Object bean, java.lang.String property, java.lang.Object value) -
getProperty
public static java.lang.Object getProperty(java.lang.Object bean, java.lang.String property)
-