DataDescription

class DataDescription<T : Any, I>(val type: KType, val klass: KClass<T>, val indexField: IndexField<T, I>, val links: List<DataLink<T, Any, Any?>> = listOf())

A description of the data to be stored in a cache.

Constructors

Link copied to clipboard
constructor(type: KType, klass: KClass<T>, indexField: IndexField<T, I>, links: List<DataLink<T, Any, Any?>> = listOf())

Properties

Link copied to clipboard
Link copied to clipboard
val klass: KClass<T>
Link copied to clipboard
Link copied to clipboard
val type: KType