com.sun.syndication.feed.impl
public class BeanIntrospector extends Object
The java.beans.Introspector does not process the interfaces hierarchy chain, this one does.
Field Summary | |
---|---|
static String | BOOLEAN_GETTER |
static String | GETTER |
static String | SETTER |
static Map | _introspected |
Method Summary | |
---|---|
static PropertyDescriptor[] | getPDs(Class klass) |
static Map | getPDs(Method[] methods, boolean setters) |
static PropertyDescriptor[] | getPropertyDescriptors(Class klass) |
static List | merge(Map getters, Map setters) |