Class BeanDescriptionFactory
java.lang.Object
ch.qos.logback.core.spi.ContextAwareBase
ch.qos.logback.core.joran.util.beans.BeanDescriptionFactory
- All Implemented Interfaces:
- ContextAware
Encapsulates creation of 
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.- Author:
- urechm
- 
Field SummaryFields inherited from class ch.qos.logback.core.spi.ContextAwareBasecontext
- 
Method SummaryMethods inherited from class ch.qos.logback.core.spi.ContextAwareBaseaddError, addError, addInfo, addInfo, addStatus, addWarn, addWarn, getContext, getDeclaredOrigin, getStatusManager, setContext
- 
Method Details- 
create- Parameters:
- clazz- to create a- BeanDescriptionfor.
- Returns:
- a BeanDescriptionfor the given class.
 
 
-