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 ObjectMethod for converting from a string to the proper datatype of the destination field.protected ObjectPasses the string to be converted to the converter.protected ObjectThis 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 voidAbstractBeanField.setFieldValue(Object bean, String value, String header) protected voidAbstractMappingStrategy.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.voidBeanField.setFieldValue(Object bean, String value, String header) Populates the selected field of the bean.booleanBeanVerifier.verifyBean(T bean) Verifies and optionally filters the bean that has been created.