Class BeanDescription
java.lang.Object
ch.qos.logback.core.joran.util.beans.BeanDescription
Deprecated.
This internal logback API is not supported by AEM as a Cloud Service.
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'.
-
Method Details
-
getClazz
Deprecated. -
getPropertyNameToGetter
Deprecated. -
getPropertyNameToSetter
Deprecated. -
getGetter
Deprecated. -
getSetter
Deprecated. -
getPropertyNameToAdder
Deprecated. -
getAdder
Deprecated.
-