Search Java Classes and Packages

Search Java Frameworks and Libraries

255581 classes and counting ...
Search Tips Index Status



#Org.supercsv.cellprocessor Classes and Interfaces - 75 results found.
NameDescriptionTypePackageFramework
AbstractJodaFormattingProcessorAbstract base class for cell processors converting Joda types to Strings.Classorg.supercsv.cellprocessor.jodaSuperCSV
AbstractJodaParsingProcessorAbstract base class for cell processors converting Strings to Joda types.Classorg.supercsv.cellprocessor.jodaSuperCSV
AbstractTemporalAccessorFormattingProcessorAbstract base class for cell processors converting TemporalAccessor types to Strings.Classorg.supercsv.cellprocessor.timeSuperCSV
AbstractTemporalAccessorParsingProcessorAbstract base class for cell processors converting Strings to TemporalAccessor types.Classorg.supercsv.cellprocessor.timeSuperCSV
BoolCellProcessorInterface to indicate the a CellProcessor is capable of processing Boolean values.Interfaceorg.supercsv.cellprocessor.iftSuperCSV
CellProcessorDefines the interface of all CellProcessors.Interfaceorg.supercsv.cellprocessor.iftSuperCSV
CellProcessorAdaptorAbstract super class containing shared behaviour of all cell processors.Classorg.supercsv.cellprocessorSuperCSV
CollectorThis processor collects each value it encounters and adds it to the supplied Collection.Classorg.supercsv.cellprocessorSuperCSV
ConvertNullToThis processor returns a specified default value if the input is null.Classorg.supercsv.cellprocessorSuperCSV
DateCellProcessorInterface to indicate the a CellProcessor is capable of processing Date values.Interfaceorg.supercsv.cellprocessor.iftSuperCSV
DMinMaxConverts the input data to a Double and ensures that number is within a specified numeric range (inclusive).Classorg.supercsv.cellprocessor.constraintSuperCSV
DoubleCellProcessorInterface to indicate the a CellProcessor is capable of processing Double values.Interfaceorg.supercsv.cellprocessor.iftSuperCSV
EqualsThis constraint ensures that all input data is equal (to each other, or to a supplied constant value).Classorg.supercsv.cellprocessor.constraintSuperCSV
FmtBoolConverts a Boolean into a formatted string.Classorg.supercsv.cellprocessorSuperCSV
FmtDateConverts a date into a formatted string using the SimpleDateFormat class.Classorg.supercsv.cellprocessorSuperCSV
FmtDateTimeConverts a Joda DateTime to a String.Classorg.supercsv.cellprocessor.jodaSuperCSV
FmtDateTimeZoneConverts a Joda DateTimeZone to a String (the ID of the timezone, e.Classorg.supercsv.cellprocessor.jodaSuperCSV
FmtDurationConverts a Joda Duration to a String in the ISO8601 duration format including only seconds and milliseconds.Classorg.supercsv.cellprocessor.jodaSuperCSV
FmtDurationConverts a Duration to a String.Classorg.supercsv.cellprocessor.timeSuperCSV
FmtIntervalConverts a Joda Interval to a String in ISO8601 interval format.Classorg.supercsv.cellprocessor.jodaSuperCSV
FmtLocalDateConverts a Joda LocalDate to a String.Classorg.supercsv.cellprocessor.jodaSuperCSV
FmtLocalDateConverts a LocalDate to a String.Classorg.supercsv.cellprocessor.timeSuperCSV
FmtLocalDateTimeConverts a Joda LocalDateTime to a String.Classorg.supercsv.cellprocessor.jodaSuperCSV
FmtLocalDateTimeConverts a LocalDateTime to a String.Classorg.supercsv.cellprocessor.timeSuperCSV
FmtLocalTimeConverts a Joda LocalTime to a String.Classorg.supercsv.cellprocessor.jodaSuperCSV
FmtLocalTimeConverts a LocalTime to a String.Classorg.supercsv.cellprocessor.timeSuperCSV
FmtNumberConverts a double into a formatted string using the DecimalFormat class and the default locale.Classorg.supercsv.cellprocessorSuperCSV
FmtPeriodConverts a Joda Period to a String.Classorg.supercsv.cellprocessor.jodaSuperCSV
FmtPeriodConverts a Period to a String.Classorg.supercsv.cellprocessor.timeSuperCSV
FmtZonedDateTimeConverts a ZonedDateTime to a String.Classorg.supercsv.cellprocessor.timeSuperCSV
FmtZoneIdConverts a ZoneId to a String.Classorg.supercsv.cellprocessor.timeSuperCSV
ForbidSubStrConverts the input to a String and ensures that it doesn't contain any of the supplied substrings.Classorg.supercsv.cellprocessor.constraintSuperCSV
HashMapperMaps from one object to another, by looking up a Map with the input as the key, and returning its corresponding value.Classorg.supercsv.cellprocessorSuperCSV
IsElementOfThis processor ensures that the input value is an element of a Collection.Classorg.supercsv.cellprocessor.constraintSuperCSV
IsIncludedInThis processor ensures that the input value belongs to a specific set of (unchangeable) values.Classorg.supercsv.cellprocessor.constraintSuperCSV
LMinMaxConverts the input data to a Long and and ensures the value is between the supplied min and max values (inclusive).Classorg.supercsv.cellprocessor.constraintSuperCSV
LongCellProcessorInterface to indicate the a CellProcessor is capable of processing Long values.Interfaceorg.supercsv.cellprocessor.iftSuperCSV
NotNullThis processor ensures that the input is not null.Classorg.supercsv.cellprocessor.constraintSuperCSV
OptionalThis processor is used to indicate that a cell is optional, and will avoid executing further processors if it encounters null.Classorg.supercsv.cellprocessorSuperCSV
ParseBigDecimalConvert a String to a BigDecimal.Classorg.supercsv.cellprocessorSuperCSV
ParseBoolConverts a String to a Boolean.Classorg.supercsv.cellprocessorSuperCSV
ParseCharConverts a String to a Character.Classorg.supercsv.cellprocessorSuperCSV
ParseDateConverts a String to a Date using the SimpleDateFormat class.Classorg.supercsv.cellprocessorSuperCSV
ParseDateTimeConverts a String to a Joda DateTime.Classorg.supercsv.cellprocessor.jodaSuperCSV
ParseDateTimeZoneConverts a String (the ID of the timezone, e.Classorg.supercsv.cellprocessor.jodaSuperCSV
ParseDoubleConverts a String to a Double.Classorg.supercsv.cellprocessorSuperCSV
ParseDurationConverts a String to a Joda Duration.Classorg.supercsv.cellprocessor.jodaSuperCSV
ParseDurationConverts a String to a Duration.Classorg.supercsv.cellprocessor.timeSuperCSV
ParseEnumConverts a String to an Enum.Classorg.supercsv.cellprocessorSuperCSV
ParseIntConverts a String to an Integer.Classorg.supercsv.cellprocessorSuperCSV
ParseIntervalConverts a String (in ISO8601 interval format) to a Joda Interval.Classorg.supercsv.cellprocessor.jodaSuperCSV
ParseLocalDateConverts a String to a Joda LocalDate.Classorg.supercsv.cellprocessor.jodaSuperCSV
ParseLocalDateConverts a String to a LocalDate.Classorg.supercsv.cellprocessor.timeSuperCSV
ParseLocalDateTimeConverts a String to a Joda LocalDateTime.Classorg.supercsv.cellprocessor.jodaSuperCSV
ParseLocalDateTimeConverts a String to a LocalDateTime.Classorg.supercsv.cellprocessor.timeSuperCSV
ParseLocalTimeConverts a String to a Joda LocalTime.Classorg.supercsv.cellprocessor.jodaSuperCSV
ParseLocalTimeConverts a String to a LocalTime.Classorg.supercsv.cellprocessor.timeSuperCSV
ParseLongConverts a String to a Long.Classorg.supercsv.cellprocessorSuperCSV
ParsePeriodConverts a String to a Joda Period.Classorg.supercsv.cellprocessor.jodaSuperCSV
ParsePeriodConverts a String to a Period.Classorg.supercsv.cellprocessor.timeSuperCSV
ParseZonedDateTimeConverts a String to a ZonedDateTime.Classorg.supercsv.cellprocessor.timeSuperCSV
ParseZoneIdConverts a String to a ZoneId.Classorg.supercsv.cellprocessor.timeSuperCSV
RequireHashCodeThis processor converts the input to a String, and ensures that the input's hash function matches any of a given set of hashcodes.Classorg.supercsv.cellprocessor.constraintSuperCSV
RequireSubStrConverts the input to a String and ensures that the input contains at least one of the specified substrings.Classorg.supercsv.cellprocessor.constraintSuperCSV
StringCellProcessorInterface to indicate the a CellProcessor is capable of processing String values.Interfaceorg.supercsv.cellprocessor.iftSuperCSV
StrlenThis processor ensures that the input String has a length equal to any of the supplied lengths.Classorg.supercsv.cellprocessor.constraintSuperCSV
StrMinMaxThis constraint ensures that the input data has a string length between the supplied min and max values (both inclusive).Classorg.supercsv.cellprocessor.constraintSuperCSV
StrNotNullOrEmptyThis processor checks if the input is null or an empty string, and raises an exception in that case.Classorg.supercsv.cellprocessor.constraintSuperCSV
StrRegExThis constraint ensures that the input data matches the given regular expression.Classorg.supercsv.cellprocessor.constraintSuperCSV
StrReplaceReplaces each substring of the input string that matches the given regular expression with the given replacement.Classorg.supercsv.cellprocessorSuperCSV
TokenThis processor is used in the situations you want to be able to check for the presence of a "special token".Classorg.supercsv.cellprocessorSuperCSV
TrimEnsure that Strings or String-representations of objects are trimmed (contain no surrounding whitespace).Classorg.supercsv.cellprocessorSuperCSV
TruncateEnsure that Strings or String-representations of objects are truncated to a maximum size.Classorg.supercsv.cellprocessorSuperCSV
UniqueEnsure that upon processing a CSV file (reading or writing), that values of the column all are unique.Classorg.supercsv.cellprocessor.constraintSuperCSV
UniqueHashCodeEnsure that upon processing a CSV file (reading or writing), that values of the column are all unique.Classorg.supercsv.cellprocessor.constraintSuperCSV