Package-level declarations

Types

Link copied to clipboard
Link copied to clipboard

Converts between java.math.BigDecimal and DynamoDB N values. Because N values are stored as decimal strings, this converter preserves the full precision and range that DynamoDB supports, unlike the Double and Float converters.

Link copied to clipboard
Link copied to clipboard

Converts between java.math.BigInteger and DynamoDB N values. Because N values are stored as decimal strings, this converter preserves the full range of whole numbers that DynamoDB supports.

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard

A ValueConverter for enums of type E

Link copied to clipboard
Link copied to clipboard

Namespace for containing various conversion utilities dealing with number conversion

Link copied to clipboard

Converts between String instances which contains numbers and DynamoDB N values

Link copied to clipboard
Link copied to clipboard

Namespace for containing various conversion utilities dealing with text conversion

Functions

Link copied to clipboard

Instantiates a new EnumValueConverter for enums of type E