Class Bean


  • public class Bean
    extends java.lang.Object
    Author:
    J. H. S.
    • Constructor Summary

      Constructors 
      Constructor Description
      Bean​(java.lang.Class clazz)  
    • Constructor Detail

      • Bean

        public Bean​(java.lang.Class clazz)
    • Method Detail

      • getPropertyDescriptor

        public java.beans.PropertyDescriptor getPropertyDescriptor​(java.lang.String propertyName)
                                                            throws java.beans.IntrospectionException
        Throws:
        java.beans.IntrospectionException
      • getPropertyDescriptorsMap

        public java.util.Map getPropertyDescriptorsMap()
                                                throws java.beans.IntrospectionException
        Throws:
        java.beans.IntrospectionException
      • getPropertyDescriptors

        public java.beans.PropertyDescriptor[] getPropertyDescriptors()
                                                               throws java.beans.IntrospectionException
        Throws:
        java.beans.IntrospectionException
      • setPropertyForFQN

        public void setPropertyForFQN​(java.lang.Object receiver,
                                      java.lang.String fullyQualifiedPropertyName,
                                      java.lang.Object value)
                               throws java.lang.Exception
        Throws:
        java.lang.Exception