All Downloads are FREE. Search and download functionalities are using the official Maven repository.
Please wait. This can take some minutes ...
Many resources are needed to download a project. Please understand that we have to compensate our server costs. Thank you in advance.
Project price only 1 $
You can buy this project and download/modify it how often you want.
ai.tock.bot.mongo.UserPreferencesWrapper_.kt Maven / Gradle / Ivy
package ai.tock.bot.mongo
import java.time.ZoneId
import java.util.Locale
import kotlin.Boolean
import kotlin.String
import kotlin.Suppress
import kotlin.collections.Collection
import kotlin.collections.Map
import kotlin.reflect.KProperty1
import org.litote.kmongo.property.KCollectionPropertyPath
import org.litote.kmongo.property.KMapPropertyPath
import org.litote.kmongo.property.KPropertyPath
private val __FirstName: KProperty1
get() = UserTimelineCol.UserPreferencesWrapper::firstName
private val __LastName: KProperty1
get() = UserTimelineCol.UserPreferencesWrapper::lastName
private val __Email: KProperty1
get() = UserTimelineCol.UserPreferencesWrapper::email
private val __Timezone: KProperty1
get() = UserTimelineCol.UserPreferencesWrapper::timezone
private val __Locale: KProperty1
get() = UserTimelineCol.UserPreferencesWrapper::locale
private val __Picture: KProperty1
get() = UserTimelineCol.UserPreferencesWrapper::picture
private val __Gender: KProperty1
get() = UserTimelineCol.UserPreferencesWrapper::gender
private val __InitialLocale: KProperty1
get() = UserTimelineCol.UserPreferencesWrapper::initialLocale
private val __Test: KProperty1
get() = UserTimelineCol.UserPreferencesWrapper::test
private val __Encrypted: KProperty1
get() = UserTimelineCol.UserPreferencesWrapper::encrypted
internal class UserPreferencesWrapper_(previous: KPropertyPath?, property: KProperty1<*,
UserTimelineCol.UserPreferencesWrapper?>) : KPropertyPath(previous,property) {
val firstName: KPropertyPath
get() = KPropertyPath(this,__FirstName)
val lastName: KPropertyPath
get() = KPropertyPath(this,__LastName)
val email: KPropertyPath
get() = KPropertyPath(this,__Email)
val timezone: KPropertyPath
get() = KPropertyPath(this,__Timezone)
val locale: KPropertyPath
get() = KPropertyPath(this,__Locale)
val picture: KPropertyPath
get() = KPropertyPath(this,__Picture)
val gender: KPropertyPath
get() = KPropertyPath(this,__Gender)
val initialLocale: KPropertyPath
get() = KPropertyPath(this,__InitialLocale)
val test: KPropertyPath
get() = KPropertyPath(this,__Test)
val encrypted: KPropertyPath
get() = KPropertyPath(this,__Encrypted)
companion object {
val FirstName: KProperty1
get() = __FirstName
val LastName: KProperty1
get() = __LastName
val Email: KProperty1
get() = __Email
val Timezone: KProperty1
get() = __Timezone
val Locale: KProperty1
get() = __Locale
val Picture: KProperty1
get() = __Picture
val Gender: KProperty1
get() = __Gender
val InitialLocale: KProperty1
get() = __InitialLocale
val Test: KProperty1
get() = __Test
val Encrypted: KProperty1
get() = __Encrypted}
}
internal class UserPreferencesWrapper_Col(previous: KPropertyPath?, property: KProperty1<*,
Collection?>) : KCollectionPropertyPath>(previous,property) {
val firstName: KPropertyPath
get() = KPropertyPath(this,__FirstName)
val lastName: KPropertyPath
get() = KPropertyPath(this,__LastName)
val email: KPropertyPath
get() = KPropertyPath(this,__Email)
val timezone: KPropertyPath
get() = KPropertyPath(this,__Timezone)
val locale: KPropertyPath
get() = KPropertyPath(this,__Locale)
val picture: KPropertyPath
get() = KPropertyPath(this,__Picture)
val gender: KPropertyPath
get() = KPropertyPath(this,__Gender)
val initialLocale: KPropertyPath
get() = KPropertyPath(this,__InitialLocale)
val test: KPropertyPath
get() = KPropertyPath(this,__Test)
val encrypted: KPropertyPath
get() = KPropertyPath(this,__Encrypted)
@Suppress("UNCHECKED_CAST")
override fun memberWithAdditionalPath(additionalPath: String): UserPreferencesWrapper_ =
UserPreferencesWrapper_(this, customProperty(this, additionalPath))}
internal class UserPreferencesWrapper_Map(previous: KPropertyPath?, property:
KProperty1<*, Map?>) : KMapPropertyPath>(previous,property) {
val firstName: KPropertyPath
get() = KPropertyPath(this,__FirstName)
val lastName: KPropertyPath
get() = KPropertyPath(this,__LastName)
val email: KPropertyPath
get() = KPropertyPath(this,__Email)
val timezone: KPropertyPath
get() = KPropertyPath(this,__Timezone)
val locale: KPropertyPath
get() = KPropertyPath(this,__Locale)
val picture: KPropertyPath
get() = KPropertyPath(this,__Picture)
val gender: KPropertyPath
get() = KPropertyPath(this,__Gender)
val initialLocale: KPropertyPath
get() = KPropertyPath(this,__InitialLocale)
val test: KPropertyPath
get() = KPropertyPath(this,__Test)
val encrypted: KPropertyPath
get() = KPropertyPath(this,__Encrypted)
@Suppress("UNCHECKED_CAST")
override fun memberWithAdditionalPath(additionalPath: String): UserPreferencesWrapper_ =
UserPreferencesWrapper_(this, customProperty(this, additionalPath))}