Uses of Class
com.rometools.rome.feed.impl.PropertyDescriptor
-
Packages that use PropertyDescriptor Package Description com.rometools.rome.feed.impl -
-
Uses of PropertyDescriptor in com.rometools.rome.feed.impl
Methods in com.rometools.rome.feed.impl that return types with arguments of type PropertyDescriptor Modifier and Type Method Description static List<PropertyDescriptor>BeanIntrospector. getPropertyDescriptorsWithGetters(Class<?> clazz)Extract allPropertyDescriptors for properties with a getter that does not come fromObjectand does not accept parameters.static List<PropertyDescriptor>BeanIntrospector. getPropertyDescriptorsWithGettersAndSetters(Class<?> clazz)Extract allPropertyDescriptors for properties with a getter (that does not come fromObjectand does not accept parameters) and a setter.
-