com.cloudera.api
Annotation Type CsvElementWrapper
@Retention(value=RUNTIME)
@Target(value=METHOD)
public @interface CsvElementWrapper
Annotation for marking a getter method as the container of CSV elements.
 
 
rowtype
public abstract Class<?> rowtype
 
- Returns:
 - The actual type of each individual CSV row.
 
dateTimeFormat
public abstract String dateTimeFormat
 
- Returns:
 - The date format to use. The default is the ISO8601 standard.
 
- Default:
 - "yyyy-MM-dd\'T\'HH:mm:ss.SSS\'Z\'"
 
Copyright © Cloudera, Inc. Released under Apache License, Version 2.0.