|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.jbeanmapper.BeanUtil
Utility methods for javabeans.
Constructor Summary | |
BeanUtil()
|
Method Summary | |
static java.beans.PropertyDescriptor |
findPropertyDescriptor(java.beans.BeanInfo targetBeanInfo,
java.lang.String propertyName)
Find the PropertyDescriptor in the targetBeanInfo for the property propertyName |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public BeanUtil()
Method Detail |
public static java.beans.PropertyDescriptor findPropertyDescriptor(java.beans.BeanInfo targetBeanInfo, java.lang.String propertyName)
targetBeanInfo
for the property propertyName
targetBeanInfo
- the BeanInfo in which to look for the property descriptor.propertyName
- the name of the property to look for.
targetBeanInfo
for the property propertyName
. Null if the property is not found.
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |