com.sun.syndication.feed.impl

Class BeanIntrospector

public class BeanIntrospector extends Object

Obtains all property descriptors from a bean (interface or implementation).

The java.beans.Introspector does not process the interfaces hierarchy chain, this one does.

Author: Alejandro Abdelnur

Field Summary
static StringBOOLEAN_GETTER
static StringGETTER
static StringSETTER
static Map_introspected
Method Summary
static PropertyDescriptor[]getPDs(Class klass)
static MapgetPDs(Method[] methods, boolean setters)
static PropertyDescriptor[]getPropertyDescriptors(Class klass)
static Listmerge(Map getters, Map setters)

Field Detail

BOOLEAN_GETTER

private static final String BOOLEAN_GETTER

GETTER

private static final String GETTER

SETTER

private static final String SETTER

_introspected

private static final Map _introspected

Method Detail

getPDs

private static PropertyDescriptor[] getPDs(Class klass)

getPDs

private static Map getPDs(Method[] methods, boolean setters)

getPropertyDescriptors

public static PropertyDescriptor[] getPropertyDescriptors(Class klass)

merge

private static List merge(Map getters, Map setters)
Copyright © Sun Microsystems. All Rights Reserved.