| Class | Description |
|---|---|
| PowerOfTwoLongConverter |
A specialized implementation of the
LongConverter interface
for converting long values to and from strings using power-of-two bases. |
| SymbolsLongConverter |
A specialized implementation of the
LongConverter interface for
converting long values to and from strings using arbitrary bases, specifically
those not necessarily in powers of two. |
| Annotation Type | Description |
|---|---|
| Base16 |
Annotation for fields or parameters to indicate that the annotated long value
represents a string of 0 to 16 characters encoded in Base16.
|
| Base64 |
Annotation to indicate that a given field or parameter, represented as a long value,
should be treated as a string containing 0 to 10 characters in Base64 format.
|
| Base85 |
Annotation to indicate that a given field or parameter, represented as a long value,
should be treated as a string containing 0 to 10 characters in Base85 format.
|
| Id |
Annotation used to signify that the annotated field or parameter represents an identifier,
specifically as a Nanosecond resolution timestamp from epoch.
|
| NanoTime |
Annotation to indicate that a given field or parameter, represented as a long value,
should be treated as a timestamp with nanosecond resolution, based from the epoch.
|
| Words |
Annotates fields or parameters to signify that the long value represents a string consisting
of 0 to 6 words using a base 2048 encoding.
|
Copyright © 2023. All rights reserved.