Class BeanDescription
- java.lang.Object
-
- ch.qos.logback.core.joran.util.beans.BeanDescription
-
@Deprecated(since="2022-01-27") public class BeanDescription extends Object
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 Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description MethodgetAdder(String propertyName)Deprecated.Class<?>getClazz()Deprecated.MethodgetGetter(String propertyName)Deprecated.Map<String,Method>getPropertyNameToAdder()Deprecated.Map<String,Method>getPropertyNameToGetter()Deprecated.Map<String,Method>getPropertyNameToSetter()Deprecated.MethodgetSetter(String propertyName)Deprecated.
-
-
-
Method Detail
-
getClazz
public Class<?> getClazz()
Deprecated.
-
-