See: Description
Interface | Description |
---|---|
Timestamp |
Timestamp with the current date and time.
|
TimestampFormatter |
Formatter for
Timestamps . |
Class | Description |
---|---|
LegacyJavaRuntime |
Runtime dialect implementation for Java 6-8.
|
LegacyTimestamp |
Legacy timestamp that based on a
Date with millisecond precision. |
LegacyTimestampFormatter |
Thread-safe formatter that based on
SimpleDateFormat with millisecond precision. |
PreciseTimestamp |
Precise timestamp that based on an
Instant with nanosecond precision. |
PreciseTimestampFormatter |
Thread-safe formatter that based on
DateTimeFormatter with nanosecond precision. |
RuntimeProvider |
Provider for getting runtime specific data from Virtual Machine.
|
Copyright © 2024. All rights reserved.