Package | Description |
---|---|
com.rometools.modules.base.io | |
com.rometools.rome.feed.impl |
Modifier and Type | Field and Description |
---|---|
(package private) static java.util.List<PropertyDescriptor> |
GoogleBaseParser.pds |
Modifier and Type | Method and Description |
---|---|
private void |
GoogleBaseParser.handleTag(org.jdom2.Element tag,
PropertyDescriptor pd,
GoogleBase module) |
Modifier and Type | Method and Description |
---|---|
private static PropertyDescriptor[] |
BeanIntrospector.getPDs(java.lang.Class<?> clazz) |
private static PropertyDescriptor[] |
BeanIntrospector.getPropertyDescriptors(java.lang.Class<?> clazz)
Extract all
PropertyDescriptor s for properties with getters and setters for the given
class. |
Modifier and Type | Method and Description |
---|---|
private static java.util.Map<java.lang.String,PropertyDescriptor> |
BeanIntrospector.getPDs(java.lang.reflect.Method[] methods,
boolean setters) |
static java.util.List<PropertyDescriptor> |
BeanIntrospector.getPropertyDescriptorsWithGetters(java.lang.Class<?> clazz)
Extract all
PropertyDescriptor s for properties with a getter that does not come from
Object and does not accept parameters. |
static java.util.List<PropertyDescriptor> |
BeanIntrospector.getPropertyDescriptorsWithGettersAndSetters(java.lang.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. |
private static java.util.List<PropertyDescriptor> |
BeanIntrospector.merge(java.util.Map<java.lang.String,PropertyDescriptor> getters,
java.util.Map<java.lang.String,PropertyDescriptor> setters) |
Modifier and Type | Method and Description |
---|---|
private static java.util.List<PropertyDescriptor> |
BeanIntrospector.merge(java.util.Map<java.lang.String,PropertyDescriptor> getters,
java.util.Map<java.lang.String,PropertyDescriptor> setters) |
private static java.util.List<PropertyDescriptor> |
BeanIntrospector.merge(java.util.Map<java.lang.String,PropertyDescriptor> getters,
java.util.Map<java.lang.String,PropertyDescriptor> setters) |