| Modifier and Type | Method and Description |
|---|---|
CommonConversionContext |
CommonConversionContext.setTimeUUIDGenerator(TimeUUIDGenerator uuidGenerator)
Strategy to use when generating time-based (version 1) UUIDs from timestamps.
|
| Modifier and Type | Method and Description |
|---|---|
static TimeUUIDGenerator |
TimeUUIDGenerator.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TimeUUIDGenerator[] |
TimeUUIDGenerator.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static UUID |
CodecUtils.parseUUID(String s,
ConvertingCodec<String,Instant> instantCodec,
TimeUUIDGenerator generator)
Parses the given string as a
UUID. |
| Constructor and Description |
|---|
NumberToUUIDCodec(TypeCodec<UUID> targetCodec,
NumberToInstantCodec<EXTERNAL> instantCodec,
TimeUUIDGenerator generator) |
| Constructor and Description |
|---|
DateToUUIDCodec(TypeCodec<UUID> targetCodec,
DateToTemporalCodec<EXTERNAL,Instant> instantCodec,
TimeUUIDGenerator generator) |
TemporalToUUIDCodec(TypeCodec<UUID> targetCodec,
TemporalToTemporalCodec<EXTERNAL,Instant> instantCodec,
TimeUUIDGenerator generator) |
| Constructor and Description |
|---|
JsonNodeToUUIDCodec(TypeCodec<UUID> targetCodec,
ConvertingCodec<String,Instant> instantCodec,
TimeUUIDGenerator generator,
List<String> nullStrings) |
| Constructor and Description |
|---|
StringToUUIDCodec(TypeCodec<UUID> targetCodec,
ConvertingCodec<String,Instant> instantCodec,
TimeUUIDGenerator generator,
List<String> nullStrings) |
Copyright © 2017–2021 DataStax. All rights reserved.