FieldValuesDSL

A builder for generating the field values of a Query. The order of the field values must match the order by clauses of the Query

Properties

Link copied to clipboard
open override var encodeDefaults: Boolean
Link copied to clipboard
open override var serializersModule: SerializersModule

Functions

Link copied to clipboard
inline fun <T> add(value: T)

Adds a field value to the Query The value will be encoded according to the EncodeSettings set by this builder.

Link copied to clipboard
fun <T : Any> addWithStrategy(strategy: SerializationStrategy<T>, value: T)

Adds a field value to the Query The value will be encoded according to the EncodeSettings set by this builder.

Link copied to clipboard

Provides an accessor for encoding values with EncodeSettings