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'.
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description MethodgetAdder(String propertyName)Class<?>getClazz()MethodgetGetter(String propertyName)Map<String,Method>getPropertyNameToAdder()Map<String,Method>getPropertyNameToGetter()Map<String,Method>getPropertyNameToSetter()MethodgetSetter(String propertyName)
-
-
-
Method Detail
-
getClazz
public Class<?> getClazz()
-
-