Uses of Class
org.csveed.bean.BeanProperty
Package
Description
The package responsible for converting Rows to Beans.
This package contains what remains of the Spring Beans package after the operation to remove Spring from the library.
-
Uses of BeanProperty in org.csveed.bean
Modifier and TypeMethodDescriptionFrom index.From name.protected BeanProperty
Gets the.abstract BeanProperty
AbstractMapper.getBeanProperty
(Column currentColumn) Gets the bean property.ColumnIndexMapper.getBeanProperty
(Column currentColumn) ColumnNameMapper.getBeanProperty
(Column column) BeanProperties.getHeaderNameProperty()
Gets the header name property.BeanProperties.getHeaderValueProperty()
Gets the header value property.Modifier and TypeMethodDescriptionvoid
BeanParser.checkForAnnotations
(BeanProperty beanProperty) Check for annotations.protected String
BeanInstructionsImpl.getPropertyLogLine
(BeanProperty property) Gets the property log line.protected void
BeanProperties.removeFromColumnIndex
(BeanProperty property) Removes the from column index.protected void
BeanProperties.removeFromColumnName
(BeanProperty property) Removes the from column name. -
Uses of BeanProperty in org.csveed.bean.conversion
Modifier and TypeMethodDescriptionprotected Converter
BeanWrapper.getConverter
(BeanProperty property) Gets the converter.BeanWrapper.getProperty
(BeanProperty property) Gets the property.protected Class
BeanWrapper.getPropertyType
(BeanProperty property) Gets the property type.void
BeanWrapper.setProperty
(BeanProperty property, String value) Sets the property.