@Documented @Retention(value=RUNTIME) @Target(value=FIELD) public @interface CsvIgnore
It is for the mapping strategy in use as if the field were simply not a part of the bean class. This affects only the functioning of the mapping strategy, but not the selection of the mapping strategy if this is done automatically by opencsv.
MappingStrategy.ignoreFields(MultiValuedMap)
public abstract String[] profiles
If the field should be ignored for only some profiles, but not all, list the profiles that should ignore the field here.
The default value is an empty string, which means all profiles.
Copyright © 2005–2023. All rights reserved.