JavaScript is disabled on your browser.
Skip navigation links
Module
Package
Class
Use
Tree
Index
Help
Summary:
Field
Required
Optional
Detail:
Field
Element
Summary:
Field |
Required |
Optional
Detail:
Field |
Element
SEARCH
Module
com.github.hazendaz.parent
Package
org.csveed.annotations
Annotation Type CsvIgnore
@Target
(
FIELD
)
@Retention
(
RUNTIME
)
public @interface
CsvIgnore
When this annotation is set on a field, it will be skipped during deserialization even if a matching column name is found. On serialization, it will not be part of the new CSV file.