Uses of Class
com.norconex.commons.lang.bean.FluentPropertyDescriptor
Packages that use FluentPropertyDescriptor
-
Uses of FluentPropertyDescriptor in com.norconex.commons.lang.bean
Methods in com.norconex.commons.lang.bean that return types with arguments of type FluentPropertyDescriptorModifier and TypeMethodDescriptionstatic List<FluentPropertyDescriptor> BeanUtil.getPropertyDescriptors(Class<?> beanClass) Gets a list of fluent property descriptors from the supplied bean class.static List<FluentPropertyDescriptor> BeanUtil.getPropertyDescriptors(Object bean) Gets a list of fluent property descriptors from the supplied bean.