Uses of Class
io.microsphere.beans.BeanMetadata
-
Packages that use BeanMetadata Package Description io.microsphere.beans -
-
Uses of BeanMetadata in io.microsphere.beans
Methods in io.microsphere.beans that return BeanMetadata Modifier and Type Method Description static BeanMetadata
BeanUtils. getBeanMetadata(java.lang.Class<?> beanClass)
Get theBeanMetadata
for the specifiedClass
.static BeanMetadata
BeanMetadata. of(java.lang.Class<?> beanClass)
Create aBeanMetadata
instance from the specified bean class.Methods in io.microsphere.beans with parameters of type BeanMetadata Modifier and Type Method Description static java.beans.PropertyDescriptor
BeanUtils. findPropertyDescriptor(BeanMetadata beanMetadata, java.lang.String propertyName)
Finds thePropertyDescriptor
for a specified property of a given bean.static java.lang.reflect.Method
BeanUtils. findWriteMethod(BeanMetadata beanMetadata, java.lang.String propertyName)
Finds the write method (setter) for a specified property of a given bean.
-