User

class User : Entity<UserId>

Represents a User in the domain model.

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
open override val id: UserId

The unique identifier for the user, represented as a UserId.

Link copied to clipboard

The profile information associated with the user, represented as a UserProfile.

Functions

Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard

Converts a User domain model to a UserDocument.

Link copied to clipboard

Converts a User domain model to a UserDTO.

Link copied to clipboard