kmongo / org.litote.kmongo.id / WrappedObjectId

WrappedObjectId

data class WrappedObjectId<T> : Id<T> (source)

An Id containing a ObjectId.

Constructors

<init>

WrappedObjectId(id: String)

An Id containing a ObjectId.

WrappedObjectId(id: ObjectId)

Properties

id

val id: ObjectId

Functions

toString

fun toString(): String