public class BeanDescriptionFactory extends ContextAwareBase
BeanDescription instances.
This factory is kind of a lightweight Introspector as described in the Java Beans API specification.
The given class is only analyzed for its public getters, setters and adders methods.
Implementations of the BeanInfo interface are not taken into account for analysis.
Therefore this class is only partially compatible with the Java Beans API specification.context| Modifier and Type | Method and Description |
|---|---|
BeanDescription |
create(Class<?> clazz) |
addError, addError, addInfo, addInfo, addStatus, addWarn, addWarn, getContext, getDeclaredOrigin, getStatusManager, setContextpublic BeanDescription create(Class<?> clazz)
clazz - to create a BeanDescription for.BeanDescription for the given class.Copyright © 2005–2021 QOS.ch. All rights reserved.