Class BeanInstanceDescriptor.PropertyDescriptor

  • Enclosing class:
    BeanInstanceDescriptor

    public static class BeanInstanceDescriptor.PropertyDescriptor
    extends java.lang.Object
    Describe a property that is used to initialize a Bean instance.
    • Constructor Detail

      • PropertyDescriptor

        public PropertyDescriptor​(java.lang.reflect.Method writeMethod,
                                  PropertyValue propertyValue)
    • Method Detail

      • getWriteMethod

        public java.lang.reflect.Method getWriteMethod()