Class BeanDescription

java.lang.Object
ch.qos.logback.core.joran.util.beans.BeanDescription

public class BeanDescription extends Object
Lightweight pendant to the java.beans.BeanInfo class. An instance of this class encapsulates the properties of a certain class. The properties are the public setters and getters. In addition the 'add-er'-methods are included, which are the public methods which start with the prefix 'add'.
Author:
urechm