|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT | |||||||||
@Retention(value=RUNTIME) @Target(value=TYPE) public @interface CsvDataType
An annotation declaring a CSV data type.
| Optional Element Summary | |
|---|---|
String |
defaultPrefix
The default prefix of the CSV the annotated class describes. |
Class<? extends Validator> |
defaultValidatorType
Specifies the validator type to be used for the default case. |
String |
name
The name of the data type. |
public abstract String name
public abstract String defaultPrefix
EntryPoint during deserialization or serialization. By defining prefixes one can write different
record types into the same stream.
public abstract Class<? extends Validator> defaultValidatorType
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT | |||||||||