Package | Description |
---|---|
com.rometools.rome.feed.impl |
Modifier and Type | Method and Description |
---|---|
static List<PropertyDescriptor> |
BeanIntrospector.getPropertyDescriptorsWithGetters(Class<?> clazz)
Extract all
PropertyDescriptor s for properties with a getter that does not come from
Object and does not accept parameters. |
static List<PropertyDescriptor> |
BeanIntrospector.getPropertyDescriptorsWithGettersAndSetters(Class<?> clazz)
Extract all
PropertyDescriptor s for properties with a getter (that does not come from
Object and does not accept parameters) and a setter. |
Copyright © 2022. All rights reserved.