Package org.apache.juneau.csv
package org.apache.juneau.csv
CSV Marshalling Support
This package contains classes for marshalling POJOs to and from CSV format. It provides serializers and parsers for converting Java objects to CSV data and vice versa using Juneau's marshalling framework.
-
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.