| Class | Description |
|---|---|
| BigDecParser |
Parses a text field into a
BigDecimal. |
| BigIntParser |
Parses a text field into a
BigInteger. |
| BooleanParser | |
| BooleanValueParser | |
| ByteParser | |
| ByteValueParser |
Parses a decimal text field into a
ByteValue. |
| DoubleParser |
Parses a text field into a Double.
|
| DoubleValueParser |
Parses a text field into a DoubleValue.
|
| FieldParser<T> |
A FieldParser is used parse a field from a sequence of bytes.
|
| FloatParser |
Parses a text field into a
Float. |
| FloatValueParser |
Parses a text field into a
FloatValue |
| IntParser |
Parses a decimal text field into a IntValue.
|
| IntValueParser |
Parses a decimal text field into a IntValue.
|
| LongParser |
Parses a decimal text field into a LongValue.
|
| LongValueParser |
Parses a decimal text field into a LongValue.
|
| ShortParser |
Parses a decimal text field into a
Short. |
| ShortValueParser |
Parses a decimal text field into a
ShortValue. |
| SqlDateParser |
Parses a text field into a
Date. |
| SqlTimeParser |
Parses a text field into a
Time. |
| SqlTimestampParser |
Parses a text field into a
Timestamp. |
| StringParser |
Converts a variable length field of a byte array into a
String. |
| StringValueParser |
Converts a variable length field of a byte array into a
StringValue. |
| Enum | Description |
|---|---|
| FieldParser.ParseErrorState |
An enumeration of different types of errors that may occur.
|
Copyright © 2014–2018 The Apache Software Foundation. All rights reserved.