Modifier and Type | Optional Element and Description |
---|---|
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.Copyright © 2014. All rights reserved.