All Classes and Interfaces
Class
Description
Resolves classpath resources with a consistent loader fallback order.
Represents the CSV to Java Bean mapping for a single Java bean.
Mutable builder for incrementally constructing an immutable
CSVBeanMapping while its field mappings are being parsed.Taglet for outputting the CSV bean mapping information.
Main Interface for a CSV field formatter.
Represents a single CSV field to Java Bean attribute mapping.
Mutable builder for incrementally constructing an immutable
CSVFieldMapping from its declarative (parse-time) attributes.Taglet for outputting the field mapping tag information.
A singleton factory which creates and caches the
csv field formatters.Taglet for outputting the CSV Formatter tag's name attribute.
XML Parser to parse and return the mapping
configuration.
An unchecked exception for the CSV Objects framework, thrown for internal
framework failures that are not expected to be recoverable by callers
(invalid mapping/formatter configuration, malformed metadata, and similar
setup-time errors).
Parses CSV files and creates the mapped POJO objects.
Singleton factory for creating the
CSVParser parser objects
for clients of the framework.Immutable configuration for a single declaratively named CSV field
formatter.