public class CombinedBeanInfo extends Object
Constructor and Description |
---|
CombinedBeanInfo(Class<?>... clazzes)
Constructor.
|
Modifier and Type | Method and Description |
---|---|
List<FeatureDescriptor> |
getDescriptors()
Returns the descriptors of all the introspected classes.
|
Map<String,PropertyDescriptor> |
getMappedDescriptors(Class<?> clazz)
Returns a map of the introspected properties for the given class.
|
Set<String> |
getProperties(Class<?> clazz)
Returns the set of properties for the given introspected class.
|
public CombinedBeanInfo(Class<?>... clazzes)
clazzes
- The list of classes to analyze and combine.public List<FeatureDescriptor> getDescriptors()
public Map<String,PropertyDescriptor> getMappedDescriptors(Class<?> clazz)
clazz
- The class to get the properties from.Copyright © 2001-2017 The Apache Software Foundation. All Rights Reserved.