Uses of Class
org.bardframework.time.format.DateTimeFormatterBuilderJalali
Packages that use DateTimeFormatterBuilderJalali
-
Uses of DateTimeFormatterBuilderJalali in org.bardframework.time.format
Methods in org.bardframework.time.format that return DateTimeFormatterBuilderJalaliModifier and TypeMethodDescriptionDateTimeFormatterBuilderJalali.append(DateTimeFormatterJalali formatter) Appends all the elements of a formatter to the builder.DateTimeFormatterBuilderJalali.appendChronologyId()Appends the chronology ID, such as 'ISO' or 'ThaiBuddhist', to the formatter.DateTimeFormatterBuilderJalali.appendChronologyText(TextStyle textStyle) Appends the chronology name to the formatter.DateTimeFormatterBuilderJalali.appendFraction(TemporalField field, int minWidth, int maxWidth, boolean decimalPoint) Appends the fractional value of a date-time field to the formatter.DateTimeFormatterBuilderJalali.appendInstant()Appends an instant using ISO-8601 to the formatter, formatting fractional digits in groups of three.DateTimeFormatterBuilderJalali.appendInstant(int fractionalDigits) Appends an instant using ISO-8601 to the formatter with control over the number of fractional digits.DateTimeFormatterBuilderJalali.appendLiteral(char literal) Appends a character literal to the formatter.DateTimeFormatterBuilderJalali.appendLiteral(String literal) Appends a string literal to the formatter.DateTimeFormatterBuilderJalali.appendLocalized(FormatStyle dateStyle, FormatStyle timeStyle) Appends a localized date-time pattern to the formatter.DateTimeFormatterBuilderJalali.appendLocalizedOffset(TextStyle style) Appends the localized zone offset, such as 'GMT+01:00', to the formatter.DateTimeFormatterBuilderJalali.appendOffset(String pattern, String noOffsetText) Appends the zone offset, such as '+01:00', to the formatter.DateTimeFormatterBuilderJalali.appendOffsetId()Appends the zone offset, such as '+01:00', to the formatter.DateTimeFormatterBuilderJalali.appendOptional(DateTimeFormatterJalali formatter) Appends a formatter to the builder which will optionally format/parse.DateTimeFormatterBuilderJalali.appendPattern(String pattern) Appends the elements defined by the specified pattern to the builder.DateTimeFormatterBuilderJalali.appendText(TemporalField field, Map<Long, String> textLookup) Appends the text of a date-time field to the formatter using the specified map to supply the text.DateTimeFormatterBuilderJalali.appendText(TemporalField field, TextStyle textStyle) Appends the text of a date-time field to the formatter.DateTimeFormatterBuilderJalali.appendValue(TemporalField field) Appends the value of a date-time field to the formatter using a normal output style.DateTimeFormatterBuilderJalali.appendValue(TemporalField field, int width) Appends the value of a date-time field to the formatter using a fixed width, zero-padded approach.DateTimeFormatterBuilderJalali.appendValue(TemporalField field, int minWidth, int maxWidth, SignStyle signStyle) Appends the value of a date-time field to the formatter providing full control over formatting.DateTimeFormatterBuilderJalali.appendValueReduced(TemporalField field, int width, int maxWidth, int baseValue) Appends the reduced value of a date-time field to the formatter.DateTimeFormatterBuilderJalali.appendValueReduced(TemporalField field, int width, int maxWidth, LocalDateJalali baseDate) Appends the reduced value of a date-time field to the formatter.DateTimeFormatterBuilderJalali.appendZoneId()Appends the time-zone ID, such as 'Europe/Paris' or '+02:00', to the formatter.DateTimeFormatterBuilderJalali.appendZoneOrOffsetId()Appends the time-zone ID, such as 'Europe/Paris' or '+02:00', to the formatter, using the best available zone ID.DateTimeFormatterBuilderJalali.appendZoneRegionId()Appends the time-zone region ID, such as 'Europe/Paris', to the formatter, rejecting the zone ID if it is aZoneOffset.DateTimeFormatterBuilderJalali.appendZoneText(TextStyle textStyle) Appends the time-zone name, such as 'British Summer Time', to the formatter.DateTimeFormatterBuilderJalali.appendZoneText(TextStyle textStyle, Set<ZoneId> preferredZones) Appends the time-zone name, such as 'British Summer Time', to the formatter.DateTimeFormatterBuilderJalali.optionalEnd()Ends an optional section.DateTimeFormatterBuilderJalali.optionalStart()Mark the start of an optional section.DateTimeFormatterBuilderJalali.padNext(int padWidth) Causes the next added printer/parser to pad to a fixed width using a space.DateTimeFormatterBuilderJalali.padNext(int padWidth, char padChar) Causes the next added printer/parser to pad to a fixed width.DateTimeFormatterBuilderJalali.parseCaseInsensitive()Changes the parse style to be case insensitive for the remainder of the formatter.DateTimeFormatterBuilderJalali.parseCaseSensitive()Changes the parse style to be case sensitive for the remainder of the formatter.DateTimeFormatterBuilderJalali.parseDefaulting(TemporalField field, long value) Appends a default value for a field to the formatter for use in parsing.DateTimeFormatterBuilderJalali.parseLenient()Changes the parse style to be lenient for the remainder of the formatter.DateTimeFormatterBuilderJalali.parseStrict()Changes the parse style to be strict for the remainder of the formatter.