Module datarush.library
Package com.pervasive.datarush.encoding.text
package com.pervasive.datarush.encoding.text
Implementations of encoders of tokens
into text formats. These formats are used by the various
text-based readers and writers for converting
values. If a new text field type is
created, it will be necessary to implement a
TokenParser
and TokenFormatter.-
ClassesClassDescriptionA formatter representing boolean token values as user-specified text values.A parser producing boolean token values from a user-specified mapping of text values.A formatter representing character token values as single-character strings.A parser producing character token values from single-character strings.A formatter representing date token values with a user-defined text format.A parser producing date token values from a user-defined text format.Describes the formatting of a string representing a date/time value.A formatter representing double token values with the default Java text format.A parser producing double token values from the default Java text format.A parser producing duration token values from duration strings expressed in ISO 8601 format.A formatter representing float token values with the default Java text format.A parser producing float token values from the default Java text format.A formatter representing int token values with the default Java text format.A parser producing int token values from the default Java text format.A formatter representing long token values with the default Java text format.A parser producing long token values from the default Java text format.A formatter representing money token values with the default text format.A formatter representing numeric token values with the default Java text format.A parser producing numeric token values from the default Java text format.A parser producing period token values from period strings expressed in ISO 8601 format.A formatter representing double token values with a user-defined text format.A parser producing double token values from a user-defined text format.A one-to-one mapping of strings to boolean values which does case-sensitive comparisons.A formatter representing float token values with a user-defined text format.A parser producing float token values from a user-defined text format.A formatter representing object token values as text values.A formatter representing binary token values as hexadecimal strings.A parser producing binary token values from hexadecimal strings.A one-to-one mapping of strings to boolean values which does case-insensitive comparisons.Describes the formatting of a string representing TemporalAmounts such as Duration and Period.A simple formatter/parser utility for TemporalAmounts such as Duration and Period.A formatter representing int token values with a user-defined text format.A parser producing int token values from a user-defined text format.A formatter representing date token values as ISO 8601 date strings.A parser producing date token values from ISO 8601 date and timestamp strings.A formatter representing time token values using only the time portion, using ISO 8601 conventions.A parser producing time token values from time-of-day expressed in ISO 8601 format.A formatter representing timestamp token values as ISO 8601 timestamp strings.A parser producing timestamp token values from ISO 8601 timestamp strings.A formatter representing long token values with a user-defined text format.A parser producing long token values from a user-defined text format.A formatter representing numeric token values with a user-defined text format.A parser producing numeric token values from a user-defined text format.Converts a string token value to a string.Converts a string to a string token value.A formatter representing ip4address token values as text IPv4 strings.A parser producing ip4address token values from text IPv4 strings.A formatter representing ip6address token values as text IPv6 strings.A parser producing ip6address token values from text IPv6 strings.A formatter representing time token values with a user-defined text format.A parser producing time token values from a user-defined text format.A parser producing timestamp token values from a user-defined text format.A mapping between boolean values and strings.