Uses of Class
org.csveed.bean.BeanProperty
Packages that use 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
Methods in org.csveed.bean that return BeanPropertyModifier and TypeMethodDescriptionFrom index.From name.protected BeanPropertyGets the.abstract BeanPropertyAbstractMapper.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.Methods in org.csveed.bean that return types with arguments of type BeanPropertyMethods in org.csveed.bean with parameters of type BeanPropertyModifier and TypeMethodDescriptionvoidBeanParser.checkForAnnotations(BeanProperty beanProperty) Check for annotations.protected StringBeanInstructionsImpl.getPropertyLogLine(BeanProperty property) Gets the property log line.protected voidBeanProperties.removeFromColumnIndex(BeanProperty property) Removes the from column index.protected voidBeanProperties.removeFromColumnName(BeanProperty property) Removes the from column name. -
Uses of BeanProperty in org.csveed.bean.conversion
Methods in org.csveed.bean.conversion with parameters of type BeanPropertyModifier and TypeMethodDescriptionprotected ConverterBeanWrapper.getConverter(BeanProperty property) Gets the converter.BeanWrapper.getProperty(BeanProperty property) Gets the property.protected ClassBeanWrapper.getPropertyType(BeanProperty property) Gets the property type.voidBeanWrapper.setProperty(BeanProperty property, String value) Sets the property.