Class BeanDescription


  • @Deprecated(since="2022-01-27")
    public class BeanDescription
    extends java.lang.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
      java.lang.reflect.Method getAdder​(java.lang.String propertyName)
      Deprecated.
       
      java.lang.Class<?> getClazz()
      Deprecated.
       
      java.lang.reflect.Method getGetter​(java.lang.String propertyName)
      Deprecated.
       
      java.util.Map<java.lang.String,​java.lang.reflect.Method> getPropertyNameToAdder()
      Deprecated.
       
      java.util.Map<java.lang.String,​java.lang.reflect.Method> getPropertyNameToGetter()
      Deprecated.
       
      java.util.Map<java.lang.String,​java.lang.reflect.Method> getPropertyNameToSetter()
      Deprecated.
       
      java.lang.reflect.Method getSetter​(java.lang.String propertyName)
      Deprecated.
       
      • Methods inherited from class java.lang.Object

        equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Method Detail

      • getClazz

        public java.lang.Class<?> getClazz()
        Deprecated.
      • getPropertyNameToGetter

        public java.util.Map<java.lang.String,​java.lang.reflect.Method> getPropertyNameToGetter()
        Deprecated.
      • getPropertyNameToSetter

        public java.util.Map<java.lang.String,​java.lang.reflect.Method> getPropertyNameToSetter()
        Deprecated.
      • getGetter

        public java.lang.reflect.Method getGetter​(java.lang.String propertyName)
        Deprecated.
      • getSetter

        public java.lang.reflect.Method getSetter​(java.lang.String propertyName)
        Deprecated.
      • getPropertyNameToAdder

        public java.util.Map<java.lang.String,​java.lang.reflect.Method> getPropertyNameToAdder()
        Deprecated.
      • getAdder

        public java.lang.reflect.Method getAdder​(java.lang.String propertyName)
        Deprecated.