public class CombinedBeanInfo
extends java.lang.Object
| Constructor and Description |
|---|
CombinedBeanInfo(java.lang.Class<?>... clazzes)
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
java.util.List<java.beans.FeatureDescriptor> |
getDescriptors()
Returns the descriptors of all the introspected classes.
|
java.util.Map<java.lang.String,java.beans.PropertyDescriptor> |
getMappedDescriptors(java.lang.Class<?> clazz)
Returns a map of the introspected properties for the given class.
|
java.util.Set<java.lang.String> |
getProperties(java.lang.Class<?> clazz)
Returns the set of properties for the given introspected class.
|
public CombinedBeanInfo(java.lang.Class<?>... clazzes)
clazzes - The list of classes to analyze and combine.public java.util.List<java.beans.FeatureDescriptor> getDescriptors()
public java.util.Map<java.lang.String,java.beans.PropertyDescriptor> getMappedDescriptors(java.lang.Class<?> clazz)
clazz - The class to get the properties from.public java.util.Set<java.lang.String> getProperties(java.lang.Class<?> clazz)
clazz - The class to get the properties from.