Interface PropertyAccessorFactory

    • Method Detail

      • getPropertyAccessor

        PropertyAccessor getPropertyAccessor​(java.lang.Class<?> parent,
                                             java.beans.PropertyDescriptor descriptor,
                                             int carg)
        Creates a new PropertyAccessor.
        Parameters:
        parent - the parent bean object type
        descriptor - the PropertyDescriptor to access
        carg - the constructor argument index
        Returns:
        the new PropertyAccessor
      • getPropertyAccessor

        PropertyAccessor getPropertyAccessor​(java.lang.Class<?> parent,
                                             java.lang.reflect.Field field,
                                             int carg)
        Creates a new PropertyAccessor.
        Parameters:
        parent - the parent bean object type
        field - the Field to access
        carg - the constructor argument index
        Returns:
        the new PropertyAccessor