Package org.apache.juneau.csv
package org.apache.juneau.csv
package-info.java
-
ClassDescriptionMetadata on bean properties specific to the CSV serializers and parsers pulled from the
@Csv
annotation on the bean property.Metadata on classes specific to the CSV serializers and parsers pulled from the@Csv
annotation on the class.Interface for providing access toCsvClassMeta
andCsvBeanPropertyMeta
objects.TODO - Work in progress.Builder class.Session object that lives for the duration of a single use ofCsvParser
.Builder class.TODO - Work in progress.Builder class.Session object that lives for the duration of a single use ofCsvSerializer
.Builder class.Specialized writer for serializing CSV.