Skip navigation links
C D L N O P Q R T W 

C

convertDecimalFraction(long, int) - Method in interface org.embulk.util.rubytime.RubyDateTimeParsedElementsQuery.DecimalFractionConverter
Converts a decimal fraction, a pair of an integer part and a fraction part, into an arbitrary Object to be stored in the result Map of RubyDateTimeParsedElementsQuery.
convertMapKey(String) - Method in interface org.embulk.util.rubytime.RubyDateTimeParsedElementsQuery.MapKeyConverter
Converts a String into the required type <T> as keys in the result Map of RubyDateTimeParsedElementsQuery.

D

DAY_OF_WEEK_STARTING_WITH_MONDAY_1 - Static variable in class org.embulk.util.rubytime.RubyChronoFields
The day of the week (Monday is 1, 1..7).
DAY_OF_WEEK_STARTING_WITH_SUNDAY_0 - Static variable in class org.embulk.util.rubytime.RubyChronoFields
The day of the week (Sunday is 0, 0..6).

L

leftover() - Static method in class org.embulk.util.rubytime.RubyTemporalQueries
A query for the String leftover from parsing.

N

NANO_OF_INSTANT_SECONDS - Static variable in class org.embulk.util.rubytime.RubyChronoFields
The nano-of-instant epoch-seconds.

O

ofDefault() - Static method in class org.embulk.util.rubytime.RubyDateTimeResolver
The default resolver similar to Ruby's Time.strptime.
ofPattern(String) - Static method in class org.embulk.util.rubytime.RubyDateTimeFormatter
Creates a formatter using the specified pattern with the default resolver similar to Ruby's Time.strptime.
org.embulk.util.rubytime - package org.embulk.util.rubytime
 

P

parse(String) - Method in class org.embulk.util.rubytime.RubyDateTimeFormatter
Parses the text using this formatter and the registered resolver.
parseUnresolved(String) - Method in class org.embulk.util.rubytime.RubyDateTimeFormatter
Parses the text using this formatter, without resolving the result, intended for advanced use cases.

Q

queryFrom(TemporalAccessor) - Method in class org.embulk.util.rubytime.RubyDateTimeParsedElementsQuery
Queries the specified temporal object.

R

resolve(TemporalAccessor) - Method in class org.embulk.util.rubytime.RubyDateTimeResolver
Resolves TemporalAccessor, date-time data parsed by RubyDateTimeFormatter.
RubyChronoFields - Class in org.embulk.util.rubytime
A Ruby-specific set of temporal fields.
RubyDateTimeFormatter - Class in org.embulk.util.rubytime
Formatter for printing and parsing date-time objects.
RubyDateTimeParsedElementsQuery<T> - Class in org.embulk.util.rubytime
A query to retrieve a Map of parsed elements.
RubyDateTimeParsedElementsQuery.DecimalFractionConverter - Interface in org.embulk.util.rubytime
A converter for a decimal fraction to be stored as the required type in the result Map.
RubyDateTimeParsedElementsQuery.MapKeyConverter<T> - Interface in org.embulk.util.rubytime
A converter for keys of the result Map from String to the required type.
RubyDateTimeParseException - Exception in org.embulk.util.rubytime
An exception thrown when an error occurs during parsing a date-time string by RubyDateTimeFormatter.
RubyDateTimeParseException(String, CharSequence, int) - Constructor for exception org.embulk.util.rubytime.RubyDateTimeParseException
Constructs a new exception with the specified message.
RubyDateTimeParseException(String, CharSequence, int, Throwable) - Constructor for exception org.embulk.util.rubytime.RubyDateTimeParseException
Constructs a new exception with the specified message and cause.
RubyDateTimeResolver - Class in org.embulk.util.rubytime
A resolver for TemporalAccessor, date-time data parsed by RubyDateTimeFormatter.
RubyDateTimeResolver() - Constructor for class org.embulk.util.rubytime.RubyDateTimeResolver
 
RubyDateTimeZones - Class in org.embulk.util.rubytime
This class contains a static method to interpret a timezone string in the manner of Ruby's Date and DateTime classes.
RubyTemporalQueries - Class in org.embulk.util.rubytime
Ruby-specific implementations of TemporalQuery.
rubyTimeZone() - Static method in class org.embulk.util.rubytime.RubyTemporalQueries
A query for the time zone name in the same manner with Date._strptime.
RubyTimeZones - Class in org.embulk.util.rubytime
This class contains a static method to interpret a timezone string in the manner of Ruby's Time class.

T

toOffsetInSeconds(String) - Static method in class org.embulk.util.rubytime.RubyDateTimeZones
Converts a timezone string into a time offset integer in seconds.
toZoneOffset(String, ZoneOffset) - Static method in class org.embulk.util.rubytime.RubyTimeZones
Converts a timezone string into ZoneOffset in the manner of Ruby's Time class.

W

WEEK_BASED_YEAR - Static variable in class org.embulk.util.rubytime.RubyChronoFields
The ISO 8601 week-based year.
WEEK_OF_WEEK_BASED_YEAR - Static variable in class org.embulk.util.rubytime.RubyChronoFields
The week number of the ISO 8601 week-based year (01..53).
WEEK_OF_YEAR_STARTING_WITH_MONDAY - Static variable in class org.embulk.util.rubytime.RubyChronoFields
The week number of the year, with the week starting with Monday (00..53).
WEEK_OF_YEAR_STARTING_WITH_SUNDAY - Static variable in class org.embulk.util.rubytime.RubyChronoFields
The week number of the year, with the week starting with Sunday (00..53).
with(RubyDateTimeParsedElementsQuery.DecimalFractionConverter) - Static method in class org.embulk.util.rubytime.RubyDateTimeParsedElementsQuery
Creates a query with seconds converted by the decimalFractionConverter.
with(RubyDateTimeParsedElementsQuery.DecimalFractionConverter, RubyDateTimeParsedElementsQuery.MapKeyConverter<U>) - Static method in class org.embulk.util.rubytime.RubyDateTimeParsedElementsQuery
Creates a query with seconds converted by the decimalFractionConverter, and map keys converted by the mapKeyConverter.
withDecimalFractionInBigDecimal() - Static method in class org.embulk.util.rubytime.RubyDateTimeParsedElementsQuery
Creates a query with seconds represented in BigDecimal.
withResolver(RubyDateTimeResolver) - Method in class org.embulk.util.rubytime.RubyDateTimeFormatter
Returns a copy of this formatter with a new resolver.
C D L N O P Q R T W 
Skip navigation links