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 BeanMetadataBeanUtils. getBeanMetadata(java.lang.Class<?> beanClass)Get theBeanMetadatafor the specifiedClass.static BeanMetadataBeanMetadata. of(java.lang.Class<?> beanClass)Create aBeanMetadatainstance from the specified bean class.Methods in io.microsphere.beans with parameters of type BeanMetadata Modifier and Type Method Description static java.beans.PropertyDescriptorBeanUtils. findPropertyDescriptor(BeanMetadata beanMetadata, java.lang.String propertyName)Finds thePropertyDescriptorfor a specified property of a given bean.static java.lang.reflect.MethodBeanUtils. findWriteMethod(BeanMetadata beanMetadata, java.lang.String propertyName)Finds the write method (setter) for a specified property of a given bean.
-