- AbstractTemporalAccessorFormattingProcessor<T extends java.time.temporal.TemporalAccessor> - Class in org.supercsv.cellprocessor.time
-
Abstract base class for cell processors converting TemporalAccessor
types to Strings.
- AbstractTemporalAccessorFormattingProcessor() - Constructor for class org.supercsv.cellprocessor.time.AbstractTemporalAccessorFormattingProcessor
-
Constructs a new AbstractTemporalAccessorFormattingProcessor processor,
which formats the type as a String.
- AbstractTemporalAccessorFormattingProcessor(CellProcessor) - Constructor for class org.supercsv.cellprocessor.time.AbstractTemporalAccessorFormattingProcessor
-
Constructs a new AbstractTemporalAccessorFormattingProcessor processor,
which formats the type as a String, then calls the next processor in
the chain.
- AbstractTemporalAccessorFormattingProcessor(DateTimeFormatter) - Constructor for class org.supercsv.cellprocessor.time.AbstractTemporalAccessorFormattingProcessor
-
Constructs a new AbstractTemporalAccessorFormattingProcessor processor,
which formats the type as a String using the supplied formatter.
- AbstractTemporalAccessorFormattingProcessor(DateTimeFormatter, CellProcessor) - Constructor for class org.supercsv.cellprocessor.time.AbstractTemporalAccessorFormattingProcessor
-
Constructs a new AbstractTemporalAccessorFormattingProcessor processor,
which formats the type as a String using the supplied formatter,
then calls the next processor in the chain.
- AbstractTemporalAccessorParsingProcessor<T extends java.time.temporal.TemporalAccessor> - Class in org.supercsv.cellprocessor.time
-
Abstract base class for cell processors converting Strings to TemporalAccessor
types.
- AbstractTemporalAccessorParsingProcessor() - Constructor for class org.supercsv.cellprocessor.time.AbstractTemporalAccessorParsingProcessor
-
Constructs a new AbstractTemporalAccessorParsingProcessor processor, which
parses a String as a TemporalAccessor
type.
- AbstractTemporalAccessorParsingProcessor(CellProcessor) - Constructor for class org.supercsv.cellprocessor.time.AbstractTemporalAccessorParsingProcessor
-
Constructs a new AbstractTemporalAccessorParsingProcessor processor, which
parses a String as a TemporalAccessor
type, then calls the next processor in the
chain.
- AbstractTemporalAccessorParsingProcessor(DateTimeFormatter) - Constructor for class org.supercsv.cellprocessor.time.AbstractTemporalAccessorParsingProcessor
-
Constructs a new AbstractTemporalAccessorParsingProcessor processor, which
parses a String as a TemporalAccessor
type using the supplied formatter.
- AbstractTemporalAccessorParsingProcessor(DateTimeFormatter, CellProcessor) - Constructor for class org.supercsv.cellprocessor.time.AbstractTemporalAccessorParsingProcessor
-
Constructs a new AbstractTemporalAccessorParsingProcessor processor, which
parses a String as a TemporalAccessor
type using the supplied formatter, then calls
the next processor in the chain.
- FmtDuration - Class in org.supercsv.cellprocessor.time
-
Converts a Duration to a String.
- FmtDuration() - Constructor for class org.supercsv.cellprocessor.time.FmtDuration
-
Constructs a new FmtDuration processor, which formats a
Duration as a String in the ISO 8601 duration format,
in the same way as Duration.toString()
- FmtDuration(CellProcessor) - Constructor for class org.supercsv.cellprocessor.time.FmtDuration
-
Constructs a new FmtDuration processor, which formats a
Duration as a String, then calls the next processor in the chain.
- FmtLocalDate - Class in org.supercsv.cellprocessor.time
-
Converts a LocalDate to a String.
- FmtLocalDate() - Constructor for class org.supercsv.cellprocessor.time.FmtLocalDate
-
Constructs a new FmtLocalDate processor, which formats a
LocalDate as a String, with the same output as LocalDate.toString()
- FmtLocalDate(CellProcessor) - Constructor for class org.supercsv.cellprocessor.time.FmtLocalDate
-
Constructs a new FmtLocalDate processor, which formats a
LocalDate as a String, then calls the next processor in the chain.
- FmtLocalDate(DateTimeFormatter) - Constructor for class org.supercsv.cellprocessor.time.FmtLocalDate
-
Constructs a new FmtLocalDate processor, which formats a
LocalDate as a String using the supplied formatter.
- FmtLocalDate(DateTimeFormatter, CellProcessor) - Constructor for class org.supercsv.cellprocessor.time.FmtLocalDate
-
Constructs a new FmtLocalDate processor, which formats a
LocalDate as a String using the supplied formatter, then calls the next
processor in the chain.
- FmtLocalDateTime - Class in org.supercsv.cellprocessor.time
-
Converts a LocalDateTime to a String.
- FmtLocalDateTime() - Constructor for class org.supercsv.cellprocessor.time.FmtLocalDateTime
-
Constructs a new FmtLocalDateTime processor, which formats a
LocalDateTime as a String.
- FmtLocalDateTime(CellProcessor) - Constructor for class org.supercsv.cellprocessor.time.FmtLocalDateTime
-
Constructs a new FmtLocalDateTime processor, which formats a
LocalDateTime as a String, then calls the next processor in the
chain.
- FmtLocalDateTime(DateTimeFormatter) - Constructor for class org.supercsv.cellprocessor.time.FmtLocalDateTime
-
Constructs a new FmtLocalDateTime processor, which formats a
LocalDateTime as a String using the supplied formatter.
- FmtLocalDateTime(DateTimeFormatter, CellProcessor) - Constructor for class org.supercsv.cellprocessor.time.FmtLocalDateTime
-
Constructs a new FmtLocalDateTime processor, which formats a
LocalDateTime as a String using the supplied formatter, then calls
the next processor in the chain.
- FmtLocalTime - Class in org.supercsv.cellprocessor.time
-
Converts a LocalTime to a String.
- FmtLocalTime() - Constructor for class org.supercsv.cellprocessor.time.FmtLocalTime
-
Constructs a new FmtLocalTime processor, which formats a
LocalTime as a String.
- FmtLocalTime(CellProcessor) - Constructor for class org.supercsv.cellprocessor.time.FmtLocalTime
-
Constructs a new FmtLocalTime processor, which formats a
LocalTime as a String, then calls the next processor in the chain.
- FmtLocalTime(DateTimeFormatter) - Constructor for class org.supercsv.cellprocessor.time.FmtLocalTime
-
Constructs a new FmtLocalTime processor, which formats a
LocalTime as a String using the supplied formatter.
- FmtLocalTime(DateTimeFormatter, CellProcessor) - Constructor for class org.supercsv.cellprocessor.time.FmtLocalTime
-
Constructs a new FmtLocalTime processor, which formats a
LocalTime as a String using the supplied formatter, then calls the next
processor in the chain.
- FmtPeriod - Class in org.supercsv.cellprocessor.time
-
Converts a Period to a String.
- FmtPeriod() - Constructor for class org.supercsv.cellprocessor.time.FmtPeriod
-
Constructs a new FmtPeriod processor, which formats a
Period as a String.
- FmtPeriod(CellProcessor) - Constructor for class org.supercsv.cellprocessor.time.FmtPeriod
-
Constructs a new FmtPeriod processor, which formats a
Period as a String, then calls the next processor in the chain.
- FmtZonedDateTime - Class in org.supercsv.cellprocessor.time
-
Converts a ZonedDateTime to a String.
- FmtZonedDateTime() - Constructor for class org.supercsv.cellprocessor.time.FmtZonedDateTime
-
Constructs a new FmtZonedDateTime processor, which formats a
ZonedDateTime as a String.
- FmtZonedDateTime(CellProcessor) - Constructor for class org.supercsv.cellprocessor.time.FmtZonedDateTime
-
Constructs a new FmtZonedDateTime processor, which formats a
ZonedDateTime as a String, then calls the next processor in the chain.
- FmtZonedDateTime(DateTimeFormatter) - Constructor for class org.supercsv.cellprocessor.time.FmtZonedDateTime
-
Constructs a new FmtZonedDateTime processor, which formats a
ZonedDateTime as a String using the supplied formatter.
- FmtZonedDateTime(DateTimeFormatter, CellProcessor) - Constructor for class org.supercsv.cellprocessor.time.FmtZonedDateTime
-
Constructs a new FmtZonedDateTime processor, which formats a
ZonedDateTime as a String using the supplied formatter, then calls the next
processor in the chain.
- FmtZoneId - Class in org.supercsv.cellprocessor.time
-
Converts a ZoneId to a String.
- FmtZoneId() - Constructor for class org.supercsv.cellprocessor.time.FmtZoneId
-
Constructs a new FmtZoneId processor, which formats a
ZoneId as a String.
- FmtZoneId(CellProcessor) - Constructor for class org.supercsv.cellprocessor.time.FmtZoneId
-
Constructs a new FmtZoneId processor, which formats a
ZoneId as a String, then calls the next processor in the chain.
- FmtZoneId(TextStyle, Locale) - Constructor for class org.supercsv.cellprocessor.time.FmtZoneId
-
Constructs a new FmtZoneId processor, which formats a
ZoneId as String, then calls the next processor in the chain.
- FmtZoneId(TextStyle, Locale, CellProcessor) - Constructor for class org.supercsv.cellprocessor.time.FmtZoneId
-
Constructs a new FmtZoneId processor, which formats a
ZoneId as String, then calls the next processor in the chain.
- parse(String) - Method in class org.supercsv.cellprocessor.time.AbstractTemporalAccessorParsingProcessor
-
Parses the String into the appropriate TemporalAccessor
type.
- parse(String, DateTimeFormatter) - Method in class org.supercsv.cellprocessor.time.AbstractTemporalAccessorParsingProcessor
-
Parses the String into the appropriate TemporalAccessor
type, using the supplied
formatter.
- parse(String) - Method in class org.supercsv.cellprocessor.time.ParseLocalDate
-
Parses the String into the appropriate TemporalAccessor
type.
- parse(String, DateTimeFormatter) - Method in class org.supercsv.cellprocessor.time.ParseLocalDate
-
Parses the String into the appropriate TemporalAccessor
type, using the supplied
formatter.
- parse(String) - Method in class org.supercsv.cellprocessor.time.ParseLocalDateTime
-
Parses the String into the appropriate TemporalAccessor
type.
- parse(String, DateTimeFormatter) - Method in class org.supercsv.cellprocessor.time.ParseLocalDateTime
-
Parses the String into the appropriate TemporalAccessor
type, using the supplied
formatter.
- parse(String) - Method in class org.supercsv.cellprocessor.time.ParseLocalTime
-
Parses the String into the appropriate TemporalAccessor
type.
- parse(String, DateTimeFormatter) - Method in class org.supercsv.cellprocessor.time.ParseLocalTime
-
Parses the String into the appropriate TemporalAccessor
type, using the supplied
formatter.
- parse(String) - Method in class org.supercsv.cellprocessor.time.ParseZonedDateTime
-
Parses the String into the appropriate TemporalAccessor
type.
- parse(String, DateTimeFormatter) - Method in class org.supercsv.cellprocessor.time.ParseZonedDateTime
-
Parses the String into the appropriate TemporalAccessor
type, using the supplied
formatter.
- ParseDuration - Class in org.supercsv.cellprocessor.time
-
Converts a String to a Duration.
- ParseDuration() - Constructor for class org.supercsv.cellprocessor.time.ParseDuration
-
Constructs a new ParseDuration processor, which parses a String
as a Duration.
- ParseDuration(CellProcessor) - Constructor for class org.supercsv.cellprocessor.time.ParseDuration
-
Constructs a new ParseDuration processor, which parses a String
as a Duration, then calls the next processor in the chain.
- ParseLocalDate - Class in org.supercsv.cellprocessor.time
-
Converts a String to a LocalDate.
- ParseLocalDate() - Constructor for class org.supercsv.cellprocessor.time.ParseLocalDate
-
Constructs a new ParseLocalDate processor,
which parses a String recognised by LocalDate.parse(CharSequence)
as a LocalDate.
- ParseLocalDate(CellProcessor) - Constructor for class org.supercsv.cellprocessor.time.ParseLocalDate
-
Constructs a new ParseLocalDate processor,
which parses a String recognised by LocalDate.parse(CharSequence)
as a LocalDate, then calls the next processor in the chain.
- ParseLocalDate(DateTimeFormatter) - Constructor for class org.supercsv.cellprocessor.time.ParseLocalDate
-
Constructs a new ParseLocalDate processor, which parses a String
as a LocalDate using the supplied formatter.
- ParseLocalDate(DateTimeFormatter, CellProcessor) - Constructor for class org.supercsv.cellprocessor.time.ParseLocalDate
-
Constructs a new ParseLocalDate processor, which parses a String
as a LocalDate using the supplied formatter, then calls the next
processor in the chain.
- ParseLocalDateTime - Class in org.supercsv.cellprocessor.time
-
Converts a String to a LocalDateTime.
- ParseLocalDateTime() - Constructor for class org.supercsv.cellprocessor.time.ParseLocalDateTime
-
Constructs a new ParseLocalDateTime processor, which parses a
String as a LocalDateTime, using LocalDateTime.parse(CharSequence)
.
- ParseLocalDateTime(CellProcessor) - Constructor for class org.supercsv.cellprocessor.time.ParseLocalDateTime
-
Constructs a new ParseLocalDateTime processor, which parses a
String as a LocalDateTime, then calls the next processor in the
chain.
- ParseLocalDateTime(DateTimeFormatter) - Constructor for class org.supercsv.cellprocessor.time.ParseLocalDateTime
-
Constructs a new ParseLocalDateTime processor, which parses a
String as a LocalDateTime using the supplied formatter.
- ParseLocalDateTime(DateTimeFormatter, CellProcessor) - Constructor for class org.supercsv.cellprocessor.time.ParseLocalDateTime
-
Constructs a new ParseLocalDateTime processor, which parses a
String as a LocalDateTime using the supplied formatter, then calls
the next processor in the chain.
- ParseLocalTime - Class in org.supercsv.cellprocessor.time
-
Converts a String to a LocalTime.
- ParseLocalTime() - Constructor for class org.supercsv.cellprocessor.time.ParseLocalTime
-
Constructs a new ParseLocalTime processor, which parses a
String as a LocalTime, accepting the same format as LocalTime.parse(CharSequence)
- ParseLocalTime(CellProcessor) - Constructor for class org.supercsv.cellprocessor.time.ParseLocalTime
-
Constructs a new ParseLocalTime processor, which parses a
String as a LocalTime, then calls the next processor in the
chain.
- ParseLocalTime(DateTimeFormatter) - Constructor for class org.supercsv.cellprocessor.time.ParseLocalTime
-
Constructs a new ParseLocalTime processor, which parses a
String as a LocalTime using the supplied formatter.
- ParseLocalTime(DateTimeFormatter, CellProcessor) - Constructor for class org.supercsv.cellprocessor.time.ParseLocalTime
-
Constructs a new ParseLocalTime processor, which parses a
String as a LocalTime using the supplied formatter, then calls
the next processor in the chain.
- ParsePeriod - Class in org.supercsv.cellprocessor.time
-
Converts a String to a Period.
- ParsePeriod() - Constructor for class org.supercsv.cellprocessor.time.ParsePeriod
-
Constructs a new ParsePeriod processor, which parses a String as
a Period.
- ParsePeriod(CellProcessor) - Constructor for class org.supercsv.cellprocessor.time.ParsePeriod
-
Constructs a new ParsePeriod processor, which parses a String as
a Period, then calls the next processor in the chain.
- ParseZonedDateTime - Class in org.supercsv.cellprocessor.time
-
Converts a String to a ZonedDateTime.
- ParseZonedDateTime() - Constructor for class org.supercsv.cellprocessor.time.ParseZonedDateTime
-
Constructs a new ParseZonedDateTime processor, which parses a String
in the same format accepted by ZonedDateTime.parse(CharSequence)
as a ZonedDateTime.
- ParseZonedDateTime(CellProcessor) - Constructor for class org.supercsv.cellprocessor.time.ParseZonedDateTime
-
Constructs a new ParseZonedDateTime processor, which parses a String
as a ZonedDateTime, then calls the next processor in the chain.
- ParseZonedDateTime(DateTimeFormatter) - Constructor for class org.supercsv.cellprocessor.time.ParseZonedDateTime
-
Constructs a new ParseZonedDateTime processor, which parses a String
as a ZonedDateTime using the supplied formatter.
- ParseZonedDateTime(DateTimeFormatter, CellProcessor) - Constructor for class org.supercsv.cellprocessor.time.ParseZonedDateTime
-
Constructs a new ParseZonedDateTime processor, which parses a String
as a ZonedDateTime using the supplied formatter, then calls the next
processor in the chain.
- ParseZoneId - Class in org.supercsv.cellprocessor.time
-
Converts a String to a ZoneId.
- ParseZoneId() - Constructor for class org.supercsv.cellprocessor.time.ParseZoneId
-
Constructs a new ParseZoneId processor, which parses a
String recognized by ZoneId.of(String)
as a ZoneId.
- ParseZoneId(CellProcessor) - Constructor for class org.supercsv.cellprocessor.time.ParseZoneId
-
Constructs a new ParseZoneId processor, which parses a
String as a ZoneId, then calls the next processor in the
chain.
- ParseZoneId(Map<String, String>) - Constructor for class org.supercsv.cellprocessor.time.ParseZoneId
-
Constructs a new ParseZoneId processor, which parses a
String as a ZoneId using the supplied Zone ID mappings.
- ParseZoneId(Map<String, String>, CellProcessor) - Constructor for class org.supercsv.cellprocessor.time.ParseZoneId
-
Constructs a new ParseZoneId processor, which parses a
String as a ZoneId using the supplied Zone ID mappings, then calls the next processor in the
chain.