Uses of Enum Class
com.datastax.astra.client.collections.definition.CollectionDefaultIdTypes
Packages that use CollectionDefaultIdTypes
Package
Description
Objects describing the structure of a collection.
Custom Serializers to work with Collections.
-
Uses of CollectionDefaultIdTypes in com.datastax.astra.client.collections.definition
Methods in com.datastax.astra.client.collections.definition that return CollectionDefaultIdTypesModifier and TypeMethodDescriptionstatic CollectionDefaultIdTypesCreates a CollectionIdTypes from its string value.CollectionDefinition.DefaultIdOptions.getType()Gets typestatic CollectionDefaultIdTypesReturns the enum constant of this class with the specified name.static CollectionDefaultIdTypes[]CollectionDefaultIdTypes.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.datastax.astra.client.collections.definition with parameters of type CollectionDefaultIdTypesModifier and TypeMethodDescriptionCollectionDefinition.defaultId(CollectionDefaultIdTypes type) Builder pattern.Constructors in com.datastax.astra.client.collections.definition with parameters of type CollectionDefaultIdTypesModifierConstructorDescriptionDefault constructor. -
Uses of CollectionDefaultIdTypes in com.datastax.astra.internal.serdes.collections
Methods in com.datastax.astra.internal.serdes.collections that return CollectionDefaultIdTypesModifier and TypeMethodDescriptionCollectionDefaultIdTypeDeserializer.deserialize(com.fasterxml.jackson.core.JsonParser jp, com.fasterxml.jackson.databind.DeserializationContext ctxt) Methods in com.datastax.astra.internal.serdes.collections with parameters of type CollectionDefaultIdTypesModifier and TypeMethodDescriptionvoidCollectionDefaultIdTypeSerializer.serialize(CollectionDefaultIdTypes defaultId, com.fasterxml.jackson.core.JsonGenerator gen, com.fasterxml.jackson.databind.SerializerProvider provider) Constructor parameters in com.datastax.astra.internal.serdes.collections with type arguments of type CollectionDefaultIdTypesModifierConstructorDescriptionConstructor with type