Uses of Class
com.opencsv.exceptions.CsvConstraintViolationException
Packages that use CsvConstraintViolationException
-
Uses of CsvConstraintViolationException in com.opencsv.bean
Methods in com.opencsv.bean that throw CsvConstraintViolationExceptionModifier and TypeMethodDescriptionprotected abstract Object
Method for converting from a string to the proper datatype of the destination field.protected Object
Passes the string to be converted to the converter.protected Object
This method manages the collection being created as well as splitting the data.CsvConverter.convertToRead
(String value) Method for converting from a string to the proper data type of the destination field.final void
AbstractBeanField.setFieldValue
(Object bean, String value, String header) protected void
AbstractMappingStrategy.setFieldValue
(Map<Class<?>, Object> beanTree, String value, int column) Populates the field corresponding to the column position indicated of the bean passed in according to the rules of the mapping strategy.void
BeanField.setFieldValue
(Object bean, String value, String header) Populates the selected field of the bean.boolean
BeanVerifier.verifyBean
(T bean) Verifies and optionally filters the bean that has been created.