Uses of Interface
org.supercsv.comment.CommentMatcher
Packages that use CommentMatcher
Package
Description
Provides the classes used for skipping comments.
Provides the various readers and writers used to read/write Strings, Maps, or Objects.
Provides the configuration classes used when instantiating readers and writers.
-
Uses of CommentMatcher in org.supercsv.comment
Classes in org.supercsv.comment that implement CommentMatcherModifier and TypeClassDescriptionclass
CommentMatcher that matches lines that match a specified regular expression.class
CommentMatcher that matches lines that begin with a specified String. -
Uses of CommentMatcher in org.supercsv.io
Fields in org.supercsv.io declared as CommentMatcher -
Uses of CommentMatcher in org.supercsv.prefs
Fields in org.supercsv.prefs declared as CommentMatcherModifier and TypeFieldDescriptionprivate CommentMatcher
CsvPreference.Builder.commentMatcher
private final CommentMatcher
CsvPreference.commentMatcher
Methods in org.supercsv.prefs that return CommentMatcherMethods in org.supercsv.prefs with parameters of type CommentMatcherModifier and TypeMethodDescriptionCsvPreference.Builder.skipComments
(CommentMatcher commentMatcher) Enables the skipping of comments.